Html Css Color HEX #CC5823 Chilean Fire

📋 copy color: '#CC5823'

red 204 ◦ green 88 ◦ blue 35

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

Shades of Chilean Fire #CC5823

Tints of Chilean Fire #CC5823

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

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

R = 62.39%
G = 26.91%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC5823 (or 0xCC5823) is known color: Chilean Fire. HEX triplet: CC, 58 and 23. RGB value is (204,88,35). Sum of RGB (Red+Green+Blue) = 204+88+35=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5823 is #33A7DC. Grayscale: #747474. Windows color (decimal): -3385309 or 2316492. OLE color: 2316492.

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

Color convert

RGB 204 88 35 -
CMYK 0 0.57 0.83 0.2
HSL 18.82º 0.71% 0.47% -
HSV(B) 18.82º 0.83% 0.8% -
XYZ 28.69 19.94 3.93 -
YUV 116.64 81.93 190.31 -
System Red Green Blue C M Y K H S L
Decimal 204 88 35 0 0.57 0.83 0.2 18.82 0.71 0.47
Hex CC 58 23 0 39 53 14 13 47 2F
Octal 314 130 43 0 71 123 24 23 107 57
Binary 11001100 1011000 100011 0 111001 1010011 10100 10011 1000111 101111

Color Harmonies of #CC5823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5823

Black with #CC5823

Text Example


Text Example

White with #CC5823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5823; }

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

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

background-color css

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

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

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

border-color css

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

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

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