Html Css Color HEX #CC5926 Chilean Fire

📋 copy color: '#CC5926'

red 204 ◦ green 89 ◦ blue 38

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

Shades of Chilean Fire #CC5926

Tints of Chilean Fire #CC5926

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

 BLUE value IS 38 (15.23% from 255) = 11.48%

R = 61.63%
G = 26.89%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC5926 (or 0xCC5926) is known color: Chilean Fire. HEX triplet: CC, 59 and 26. RGB value is (204,89,38). Sum of RGB (Red+Green+Blue) = 204+89+38=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5926 is #33A6D9. Grayscale: #757575. Windows color (decimal): -3385050 or 2513356. OLE color: 2513356.

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

Color convert

RGB 204 89 38 -
CMYK 0 0.56 0.81 0.2
HSL 18.43º 0.69% 0.47% -
HSV(B) 18.43º 0.81% 0.8% -
XYZ 28.82 20.12 4.2 -
YUV 117.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 204 89 38 0 0.56 0.81 0.2 18.43 0.69 0.47
Hex CC 59 26 0 38 51 14 12 45 2F
Octal 314 131 46 0 70 121 24 22 105 57
Binary 11001100 1011001 100110 0 111000 1010001 10100 10010 1000101 101111

Color Harmonies of #CC5926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5926

Black with #CC5926

Text Example


Text Example

White with #CC5926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5926; }

 p { color: rgb(204,89,38); }

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

background-color css

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

 a { background-color: rgb(204,89,38); }

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

border-color css

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

 span { border-color: rgb(204,89,38); }

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