Html Css Color HEX #CC5A25 Chilean Fire

📋 copy color: '#CC5A25'

red 204 ◦ green 90 ◦ blue 37

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

Shades of Chilean Fire #CC5A25

Tints of Chilean Fire #CC5A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.18%

R = 61.63%
G = 27.19%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC5A25 (or 0xCC5A25) is known color: Chilean Fire. HEX triplet: CC, 5A and 25. RGB value is (204,90,37). Sum of RGB (Red+Green+Blue) = 204+90+37=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A25 is #33A5DA. Grayscale: #767676. Windows color (decimal): -3384795 or 2448076. OLE color: 2448076.

HSL color Cylindrical-coordinate representation of color #CC5A25: hue angle of 19.04º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC5A25 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 90 37 -
CMYK 0 0.56 0.82 0.2
HSL 19.04º 0.69% 0.47% -
HSV(B) 19.04º 0.82% 0.8% -
XYZ 28.89 20.28 4.14 -
YUV 118.04 82.27 189.31 -
System Red Green Blue C M Y K H S L
Decimal 204 90 37 0 0.56 0.82 0.2 19.04 0.69 0.47
Hex CC 5A 25 0 38 52 14 13 45 2F
Octal 314 132 45 0 70 122 24 23 105 57
Binary 11001100 1011010 100101 0 111000 1010010 10100 10011 1000101 101111

Color Harmonies of #CC5A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A25

Black with #CC5A25

Text Example


Text Example

White with #CC5A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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