Html Css Color HEX #CC6232 Chilean Fire

📋 copy color: '#CC6232'

red 204 ◦ green 98 ◦ blue 50

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

Shades of Chilean Fire #CC6232

Tints of Chilean Fire #CC6232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

 BLUE value IS 50 (19.92% from 255) = 14.2%

R = 57.95%
G = 27.84%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC6232 (or 0xCC6232) is known color: Chilean Fire. HEX triplet: CC, 62 and 32. RGB value is (204,98,50). Sum of RGB (Red+Green+Blue) = 204+98+50=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6232 is #339DCD. Grayscale: #7C7C7C. Windows color (decimal): -3382734 or 3302092. OLE color: 3302092.

HSL color Cylindrical-coordinate representation of color #CC6232: hue angle of 18.7º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC6232 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 98 50 -
CMYK 0 0.52 0.75 0.2
HSL 18.7º 0.61% 0.5% -
HSV(B) 18.7º 0.75% 0.8% -
XYZ 29.85 21.8 5.65 -
YUV 124.22 86.12 184.9 -
System Red Green Blue C M Y K H S L
Decimal 204 98 50 0 0.52 0.75 0.2 18.7 0.61 0.5
Hex CC 62 32 0 34 4B 14 13 3D 32
Octal 314 142 62 0 64 113 24 23 75 62
Binary 11001100 1100010 110010 0 110100 1001011 10100 10011 111101 110010

Color Harmonies of #CC6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6232

Black with #CC6232

Text Example


Text Example

White with #CC6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6232; }

 p { color: rgb(204,98,50); }

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

background-color css

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

 a { background-color: rgb(204,98,50); }

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

border-color css

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

 span { border-color: rgb(204,98,50); }

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