Html Css Color HEX #CC5A2A Chilean Fire

📋 copy color: '#CC5A2A'

red 204 ◦ green 90 ◦ blue 42

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

Shades of Chilean Fire #CC5A2A

Tints of Chilean Fire #CC5A2A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

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

R = 60.71%
G = 26.79%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC5A2A (or 0xCC5A2A) is known color: Chilean Fire. HEX triplet: CC, 5A and 2A. RGB value is (204,90,42). Sum of RGB (Red+Green+Blue) = 204+90+42=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A2A is #33A5D5. Grayscale: #767676. Windows color (decimal): -3384790 or 2775756. OLE color: 2775756.

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

Color convert

RGB 204 90 42 -
CMYK 0 0.56 0.79 0.2
HSL 17.78º 0.66% 0.48% -
HSV(B) 17.78º 0.79% 0.8% -
XYZ 28.98 20.32 4.58 -
YUV 118.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 204 90 42 0 0.56 0.79 0.2 17.78 0.66 0.48
Hex CC 5A 2A 0 38 4F 14 12 42 30
Octal 314 132 52 0 70 117 24 22 102 60
Binary 11001100 1011010 101010 0 111000 1001111 10100 10010 1000010 110000

Color Harmonies of #CC5A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A2A

Black with #CC5A2A

Text Example


Text Example

White with #CC5A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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