Html Css Color HEX #CC581A Chocolate

📋 copy color: '#CC581A'

red 204 ◦ green 88 ◦ blue 26

#CC581A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CC581A

Tints of Chocolate #CC581A

RGB

 RED value IS 204 (80.08% from 255) = 64.15%

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 26 (10.55% from 255) = 8.18%

R = 64.15%
G = 27.67%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC581A (or 0xCC581A) is known color: Chocolate. HEX triplet: CC, 58 and 1A. RGB value is (204,88,26). Sum of RGB (Red+Green+Blue) = 204+88+26=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC581A is #33A7E5. Grayscale: #737373. Windows color (decimal): -3385318 or 1726668. OLE color: 1726668.

HSL color Cylindrical-coordinate representation of color #CC581A: hue angle of 20.9º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC581A is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 88 26 -
CMYK 0 0.57 0.87 0.2
HSL 20.9º 0.77% 0.45% -
HSV(B) 20.9º 0.87% 0.8% -
XYZ 28.58 19.89 3.31 -
YUV 115.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 204 88 26 0 0.57 0.87 0.2 20.9 0.77 0.45
Hex CC 58 1A 0 39 57 14 15 4D 2D
Octal 314 130 32 0 71 127 24 25 115 55
Binary 11001100 1011000 11010 0 111001 1010111 10100 10101 1001101 101101

Color Harmonies of #CC581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC581A

Black with #CC581A

Text Example


Text Example

White with #CC581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC581A; }

 p { color: rgb(204,88,26); }

 H1.HeaderClassName
 {
   color: #CC581A;
 }
 .AnyTagClassName
 {
   color: #CC581A;
 }
</style>

background-color css

<style>
 a { background-color: #CC581A; }

 a { background-color: rgb(204,88,26); }

 div.DivClassName
 {
   background-color: #CC581A;
 }
 .BgClassName
 {
   background-color: #CC581A;
 }
</style>

border-color css

<style>
 span { border-color: #CC581A; }

 span { border-color: rgb(204,88,26); }

 td.TdClassName
 {
   border-color: #CC581A;
 }
 .TagClassName
 {
   border-color: #CC581A;
 }
</style>