Html Css Color HEX #CC5E2A Chilean Fire

📋 copy color: '#CC5E2A'

red 204 ◦ green 94 ◦ blue 42

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

Shades of Chilean Fire #CC5E2A

Tints of Chilean Fire #CC5E2A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.65%

 BLUE value IS 42 (16.8% from 255) = 12.35%

R = 60%
G = 27.65%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC5E2A (or 0xCC5E2A) is known color: Chilean Fire. HEX triplet: CC, 5E and 2A. RGB value is (204,94,42). Sum of RGB (Red+Green+Blue) = 204+94+42=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5E2A is #33A1D5. Grayscale: #797979. Windows color (decimal): -3383766 or 2776780. OLE color: 2776780.

HSL color Cylindrical-coordinate representation of color #CC5E2A: hue angle of 19.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC5E2A is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 94 42 -
CMYK 0 0.54 0.79 0.2
HSL 19.26º 0.66% 0.48% -
HSV(B) 19.26º 0.79% 0.8% -
XYZ 29.32 21.01 4.7 -
YUV 120.96 83.44 187.23 -
System Red Green Blue C M Y K H S L
Decimal 204 94 42 0 0.54 0.79 0.2 19.26 0.66 0.48
Hex CC 5E 2A 0 36 4F 14 13 42 30
Octal 314 136 52 0 66 117 24 23 102 60
Binary 11001100 1011110 101010 0 110110 1001111 10100 10011 1000010 110000

Color Harmonies of #CC5E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E2A

Black with #CC5E2A

Text Example


Text Example

White with #CC5E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E2A; }

 p { color: rgb(204,94,42); }

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

background-color css

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

 a { background-color: rgb(204,94,42); }

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

border-color css

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

 span { border-color: rgb(204,94,42); }

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