#CC5B25

Color #CC5B25 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #CC5B25

Tints of Chilean Fire #CC5B25

Color information

#CC5B25 (or 0xCC5B25) is unknown color: approx Chilean Fire. HEX triplet: CC, 5B and 25. RGB value is (204,91,37). Sum of RGB (Red+Green+Blue) = 204+91+37=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B25 is #33A4DA. Grayscale: #767676. Windows color (decimal): -3384539 or 2448332. OLE color: 2448332.

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

Color convert

RGB2049137-
CMYK00.550.820.2
HSL19.4º69.29%47.25%-
HSV(B)19.4º81.86%80%-
XYZ28.9820.454.17-
YUV118.6381.94188.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.45%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 37 (14.84% from 255) = 11.14%
R=61.45%
G=27.41%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204913700.550.820.219.469.2947.25
HexCC5B25037521413452f
Octal31413345067122242310557
Binary1100110010110111001010110111101001010100100111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5B25; }

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

 H1.HeaderClassName
 {
   color: #CC5B25;
 }
 .AnyTagClassName
 {
   color: #CC5B25;
 }
</style>
background-color css

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

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

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

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

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

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