Html Css Color HEX #CC5827 Chilean Fire

📋 copy color: '#CC5827'

red 204 ◦ green 88 ◦ blue 39

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

Shades of Chilean Fire #CC5827

Tints of Chilean Fire #CC5827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.78%

R = 61.63%
G = 26.59%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC5827 (or 0xCC5827) is known color: Chilean Fire. HEX triplet: CC, 58 and 27. RGB value is (204,88,39). Sum of RGB (Red+Green+Blue) = 204+88+39=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5827 is #33A7D8. Grayscale: #757575. Windows color (decimal): -3385305 or 2578636. OLE color: 2578636.

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

Color convert

RGB 204 88 39 -
CMYK 0 0.57 0.81 0.2
HSL 17.82º 0.68% 0.48% -
HSV(B) 17.82º 0.81% 0.8% -
XYZ 28.76 19.96 4.26 -
YUV 117.1 83.93 189.98 -
System Red Green Blue C M Y K H S L
Decimal 204 88 39 0 0.57 0.81 0.2 17.82 0.68 0.48
Hex CC 58 27 0 39 51 14 12 44 30
Octal 314 130 47 0 71 121 24 22 104 60
Binary 11001100 1011000 100111 0 111001 1010001 10100 10010 1000100 110000

Color Harmonies of #CC5827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5827

Black with #CC5827

Text Example


Text Example

White with #CC5827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5827; }

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

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

background-color css

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

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

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

border-color css

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

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

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