Html Css Color HEX #CC5B35 Chilean Fire

📋 copy color: '#CC5B35'

red 204 ◦ green 91 ◦ blue 53

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

Shades of Chilean Fire #CC5B35

Tints of Chilean Fire #CC5B35

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.15%

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

R = 58.62%
G = 26.15%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC5B35 (or 0xCC5B35) is known color: Chilean Fire. HEX triplet: CC, 5B and 35. RGB value is (204,91,53). Sum of RGB (Red+Green+Blue) = 204+91+53=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B35 is #33A4CA. Grayscale: #787878. Windows color (decimal): -3384523 or 3496908. OLE color: 3496908.

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

Color convert

RGB 204 91 53 -
CMYK 0 0.55 0.74 0.2
HSL 15.1º 0.6% 0.5% -
HSV(B) 15.1º 0.74% 0.8% -
XYZ 29.29 20.58 5.8 -
YUV 120.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 204 91 53 0 0.55 0.74 0.2 15.1 0.6 0.5
Hex CC 5B 35 0 37 4A 14 F 3C 32
Octal 314 133 65 0 67 112 24 17 74 62
Binary 11001100 1011011 110101 0 110111 1001010 10100 1111 111100 110010

Color Harmonies of #CC5B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B35

Black with #CC5B35

Text Example


Text Example

White with #CC5B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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