Html Css Color HEX #CC5635 Chilean Fire

📋 copy color: '#CC5635'

red 204 ◦ green 86 ◦ blue 53

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

Shades of Chilean Fire #CC5635

Tints of Chilean Fire #CC5635

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

 BLUE value IS 53 (21.09% from 255) = 15.45%

R = 59.48%
G = 25.07%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC5635 (or 0xCC5635) is known color: Chilean Fire. HEX triplet: CC, 56 and 35. RGB value is (204,86,53). Sum of RGB (Red+Green+Blue) = 204+86+53=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5635 is #33A9CA. Grayscale: #757575. Windows color (decimal): -3385803 or 3495628. OLE color: 3495628.

HSL color Cylindrical-coordinate representation of color #CC5635: hue angle of 13.11º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC5635 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 86 53 -
CMYK 0 0.58 0.74 0.2
HSL 13.11º 0.6% 0.5% -
HSV(B) 13.11º 0.74% 0.8% -
XYZ 28.87 19.75 5.66 -
YUV 117.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 204 86 53 0 0.58 0.74 0.2 13.11 0.6 0.5
Hex CC 56 35 0 3A 4A 14 D 3C 32
Octal 314 126 65 0 72 112 24 15 74 62
Binary 11001100 1010110 110101 0 111010 1001010 10100 1101 111100 110010

Color Harmonies of #CC5635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5635

Black with #CC5635

Text Example


Text Example

White with #CC5635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5635; }

 p { color: rgb(204,86,53); }

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

background-color css

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

 a { background-color: rgb(204,86,53); }

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

border-color css

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

 span { border-color: rgb(204,86,53); }

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