Html Css Color HEX #CC581B Chocolate

📋 copy color: '#CC581B'

red 204 ◦ green 88 ◦ blue 27

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

Shades of Chocolate #CC581B

Tints of Chocolate #CC581B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 63.95%
G = 27.59%
B = 8.46%

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

#CC581B (or 0xCC581B) is known color: Chocolate. HEX triplet: CC, 58 and 1B. RGB value is (204,88,27). Sum of RGB (Red+Green+Blue) = 204+88+27=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC581B is #33A7E4. Grayscale: #747474. Windows color (decimal): -3385317 or 1792204. OLE color: 1792204.

HSL color Cylindrical-coordinate representation of color #CC581B: hue angle of 20.68º 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 #CC581B is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 88 27 -
CMYK 0 0.57 0.87 0.2
HSL 20.68º 0.77% 0.45% -
HSV(B) 20.68º 0.87% 0.8% -
XYZ 28.59 19.9 3.37 -
YUV 115.73 77.93 190.96 -
System Red Green Blue C M Y K H S L
Decimal 204 88 27 0 0.57 0.87 0.2 20.68 0.77 0.45
Hex CC 58 1B 0 39 57 14 15 4D 2D
Octal 314 130 33 0 71 127 24 25 115 55
Binary 11001100 1011000 11011 0 111001 1010111 10100 10101 1001101 101101

Color Harmonies of #CC581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC581B

Black with #CC581B

Text Example


Text Example

White with #CC581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC581B; }

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

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

background-color css

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

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

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

border-color css

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

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

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