Html Css Color HEX #CC5829 Chilean Fire

📋 copy color: '#CC5829'

red 204 ◦ green 88 ◦ blue 41

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

Shades of Chilean Fire #CC5829

Tints of Chilean Fire #CC5829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.31%

R = 61.26%
G = 26.43%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC5829 (or 0xCC5829) is known color: Chilean Fire. HEX triplet: CC, 58 and 29. RGB value is (204,88,41). Sum of RGB (Red+Green+Blue) = 204+88+41=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5829 is #33A7D6. Grayscale: #757575. Windows color (decimal): -3385303 or 2709708. OLE color: 2709708.

HSL color Cylindrical-coordinate representation of color #CC5829: hue angle of 17.3º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC5829 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 88 41 -
CMYK 0 0.57 0.80 0.2
HSL 17.3º 0.67% 0.48% -
HSV(B) 17.3º 0.8% 0.8% -
XYZ 28.79 19.98 4.44 -
YUV 117.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 204 88 41 0 0.57 0.80 0.2 17.3 0.67 0.48
Hex CC 58 29 0 39 50 14 11 43 30
Octal 314 130 51 0 71 120 24 21 103 60
Binary 11001100 1011000 101001 0 111001 1010000 10100 10001 1000011 110000

Color Harmonies of #CC5829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5829

Black with #CC5829

Text Example


Text Example

White with #CC5829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5829; }

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

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

background-color css

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

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

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

border-color css

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

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

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