Html Css Color HEX #CC6218 Chocolate

📋 copy color: '#CC6218'

red 204 ◦ green 98 ◦ blue 24

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

Shades of Chocolate #CC6218

Tints of Chocolate #CC6218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.36%

R = 62.58%
G = 30.06%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC6218 (or 0xCC6218) is known color: Chocolate. HEX triplet: CC, 62 and 18. RGB value is (204,98,24). Sum of RGB (Red+Green+Blue) = 204+98+24=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6218 is #339DE7. Grayscale: #797979. Windows color (decimal): -3382760 or 1598156. OLE color: 1598156.

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

Color convert

RGB 204 98 24 -
CMYK 0 0.52 0.88 0.2
HSL 24.67º 0.79% 0.45% -
HSV(B) 24.67º 0.88% 0.8% -
XYZ 29.43 21.64 3.49 -
YUV 121.26 73.12 187.02 -
System Red Green Blue C M Y K H S L
Decimal 204 98 24 0 0.52 0.88 0.2 24.67 0.79 0.45
Hex CC 62 18 0 34 58 14 19 4F 2D
Octal 314 142 30 0 64 130 24 31 117 55
Binary 11001100 1100010 11000 0 110100 1011000 10100 11001 1001111 101101

Color Harmonies of #CC6218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6218

Black with #CC6218

Text Example


Text Example

White with #CC6218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6218; }

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

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

background-color css

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

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

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

border-color css

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

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

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