Html Css Color HEX #CC6C23 Chocolate

📋 copy color: '#CC6C23'

red 204 ◦ green 108 ◦ blue 35

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

Shades of Chocolate #CC6C23

Tints of Chocolate #CC6C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.12%

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

R = 58.79%
G = 31.12%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC6C23 (or 0xCC6C23) is known color: Chocolate. HEX triplet: CC, 6C and 23. RGB value is (204,108,35). Sum of RGB (Red+Green+Blue) = 204+108+35=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C23 is #3393DC. Grayscale: #808080. Windows color (decimal): -3380189 or 2321612. OLE color: 2321612.

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

Color convert

RGB 204 108 35 -
CMYK 0 0.47 0.83 0.2
HSL 25.92º 0.71% 0.47% -
HSV(B) 25.92º 0.83% 0.8% -
XYZ 30.57 23.68 4.55 -
YUV 128.38 75.3 181.94 -
System Red Green Blue C M Y K H S L
Decimal 204 108 35 0 0.47 0.83 0.2 25.92 0.71 0.47
Hex CC 6C 23 0 2F 53 14 1A 47 2F
Octal 314 154 43 0 57 123 24 32 107 57
Binary 11001100 1101100 100011 0 101111 1010011 10100 11010 1000111 101111

Color Harmonies of #CC6C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C23

Black with #CC6C23

Text Example


Text Example

White with #CC6C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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