Html Css Color HEX #CC5B2F Chilean Fire

📋 copy color: '#CC5B2F'

red 204 ◦ green 91 ◦ blue 47

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

Shades of Chilean Fire #CC5B2F

Tints of Chilean Fire #CC5B2F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.61%

 BLUE value IS 47 (18.75% from 255) = 13.74%

R = 59.65%
G = 26.61%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC5B2F (or 0xCC5B2F) is known color: Chilean Fire. HEX triplet: CC, 5B and 2F. RGB value is (204,91,47). Sum of RGB (Red+Green+Blue) = 204+91+47=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B2F is #33A4D0. Grayscale: #787878. Windows color (decimal): -3384529 or 3103692. OLE color: 3103692.

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

Color convert

RGB 204 91 47 -
CMYK 0 0.55 0.77 0.2
HSL 16.82º 0.63% 0.49% -
HSV(B) 16.82º 0.77% 0.8% -
XYZ 29.16 20.52 5.11 -
YUV 119.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 204 91 47 0 0.55 0.77 0.2 16.82 0.63 0.49
Hex CC 5B 2F 0 37 4D 14 11 3F 31
Octal 314 133 57 0 67 115 24 21 77 61
Binary 11001100 1011011 101111 0 110111 1001101 10100 10001 111111 110001

Color Harmonies of #CC5B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B2F

Black with #CC5B2F

Text Example


Text Example

White with #CC5B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B2F; }

 p { color: rgb(204,91,47); }

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

background-color css

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

 a { background-color: rgb(204,91,47); }

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

border-color css

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

 span { border-color: rgb(204,91,47); }

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