Html Css Color HEX #CC5D2A Chilean Fire

📋 copy color: '#CC5D2A'

red 204 ◦ green 93 ◦ blue 42

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

Shades of Chilean Fire #CC5D2A

Tints of Chilean Fire #CC5D2A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

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

R = 60.18%
G = 27.43%
B = 12.39%

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

#CC5D2A (or 0xCC5D2A) is known color: Chilean Fire. HEX triplet: CC, 5D and 2A. RGB value is (204,93,42). Sum of RGB (Red+Green+Blue) = 204+93+42=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D2A is #33A2D5. Grayscale: #787878. Windows color (decimal): -3384022 or 2776524. OLE color: 2776524.

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

Color convert

RGB 204 93 42 -
CMYK 0 0.54 0.79 0.2
HSL 18.89º 0.66% 0.48% -
HSV(B) 18.89º 0.79% 0.8% -
XYZ 29.23 20.83 4.67 -
YUV 120.38 83.77 187.65 -
System Red Green Blue C M Y K H S L
Decimal 204 93 42 0 0.54 0.79 0.2 18.89 0.66 0.48
Hex CC 5D 2A 0 36 4F 14 13 42 30
Octal 314 135 52 0 66 117 24 23 102 60
Binary 11001100 1011101 101010 0 110110 1001111 10100 10011 1000010 110000

Color Harmonies of #CC5D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D2A

Black with #CC5D2A

Text Example


Text Example

White with #CC5D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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