Html Css Color HEX #CC5C25 Chilean Fire

📋 copy color: '#CC5C25'

red 204 ◦ green 92 ◦ blue 37

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

Shades of Chilean Fire #CC5C25

Tints of Chilean Fire #CC5C25

RGB

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

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

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

R = 61.26%
G = 27.63%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC5C25 (or 0xCC5C25) is known color: Chilean Fire. HEX triplet: CC, 5C and 25. RGB value is (204,92,37). Sum of RGB (Red+Green+Blue) = 204+92+37=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C25 is #33A3DA. Grayscale: #777777. Windows color (decimal): -3384283 or 2448588. OLE color: 2448588.

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

Color convert

RGB 204 92 37 -
CMYK 0 0.55 0.82 0.2
HSL 19.76º 0.69% 0.47% -
HSV(B) 19.76º 0.82% 0.8% -
XYZ 29.06 20.63 4.2 -
YUV 119.22 81.61 188.47 -
System Red Green Blue C M Y K H S L
Decimal 204 92 37 0 0.55 0.82 0.2 19.76 0.69 0.47
Hex CC 5C 25 0 37 52 14 14 45 2F
Octal 314 134 45 0 67 122 24 24 105 57
Binary 11001100 1011100 100101 0 110111 1010010 10100 10100 1000101 101111

Color Harmonies of #CC5C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C25

Black with #CC5C25

Text Example


Text Example

White with #CC5C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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