Html Css Color HEX #CC5A23 Chilean Fire

📋 copy color: '#CC5A23'

red 204 ◦ green 90 ◦ blue 35

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

Shades of Chilean Fire #CC5A23

Tints of Chilean Fire #CC5A23

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

 BLUE value IS 35 (14.06% from 255) = 10.64%

R = 62.01%
G = 27.36%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC5A23 (or 0xCC5A23) is known color: Chilean Fire. HEX triplet: CC, 5A and 23. RGB value is (204,90,35). Sum of RGB (Red+Green+Blue) = 204+90+35=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A23 is #33A5DC. Grayscale: #767676. Windows color (decimal): -3384797 or 2317004. OLE color: 2317004.

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

Color convert

RGB 204 90 35 -
CMYK 0 0.56 0.83 0.2
HSL 19.53º 0.71% 0.47% -
HSV(B) 19.53º 0.83% 0.8% -
XYZ 28.86 20.27 3.98 -
YUV 117.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 204 90 35 0 0.56 0.83 0.2 19.53 0.71 0.47
Hex CC 5A 23 0 38 53 14 14 47 2F
Octal 314 132 43 0 70 123 24 24 107 57
Binary 11001100 1011010 100011 0 111000 1010011 10100 10100 1000111 101111

Color Harmonies of #CC5A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A23

Black with #CC5A23

Text Example


Text Example

White with #CC5A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A23; }

 p { color: rgb(204,90,35); }

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

background-color css

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

 a { background-color: rgb(204,90,35); }

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

border-color css

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

 span { border-color: rgb(204,90,35); }

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