Html Css Color HEX #CC5C2A Chilean Fire

📋 copy color: '#CC5C2A'

red 204 ◦ green 92 ◦ blue 42

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

Shades of Chilean Fire #CC5C2A

Tints of Chilean Fire #CC5C2A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.22%

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

R = 60.36%
G = 27.22%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC5C2A (or 0xCC5C2A) is known color: Chilean Fire. HEX triplet: CC, 5C and 2A. RGB value is (204,92,42). Sum of RGB (Red+Green+Blue) = 204+92+42=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C2A is #33A3D5. Grayscale: #787878. Windows color (decimal): -3384278 or 2776268. OLE color: 2776268.

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

Color convert

RGB 204 92 42 -
CMYK 0 0.55 0.79 0.2
HSL 18.52º 0.66% 0.48% -
HSV(B) 18.52º 0.79% 0.8% -
XYZ 29.15 20.66 4.64 -
YUV 119.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 204 92 42 0 0.55 0.79 0.2 18.52 0.66 0.48
Hex CC 5C 2A 0 37 4F 14 13 42 30
Octal 314 134 52 0 67 117 24 23 102 60
Binary 11001100 1011100 101010 0 110111 1001111 10100 10011 1000010 110000

Color Harmonies of #CC5C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C2A

Black with #CC5C2A

Text Example


Text Example

White with #CC5C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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