Html Css Color HEX #CC680C Chocolate

📋 copy color: '#CC680C'

red 204 ◦ green 104 ◦ blue 12

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

Shades of Chocolate #CC680C

Tints of Chocolate #CC680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

 BLUE value IS 12 (5.08% from 255) = 3.75%

R = 63.75%
G = 32.5%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC680C (or 0xCC680C) is known color: Chocolate. HEX triplet: CC, 68 and 0C. RGB value is (204,104,12). Sum of RGB (Red+Green+Blue) = 204+104+12=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC680C is #3397F3. Grayscale: #7B7B7B. Windows color (decimal): -3381236 or 813260. OLE color: 813260.

HSL color Cylindrical-coordinate representation of color #CC680C: hue angle of 28.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC680C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 104 12 -
CMYK 0 0.49 0.94 0.2
HSL 28.75º 0.89% 0.42% -
HSV(B) 28.75º 0.94% 0.8% -
XYZ 29.92 22.76 3.16 -
YUV 123.41 65.13 185.48 -
System Red Green Blue C M Y K H S L
Decimal 204 104 12 0 0.49 0.94 0.2 28.75 0.89 0.42
Hex CC 68 C 0 31 5E 14 1D 59 2A
Octal 314 150 14 0 61 136 24 35 131 52
Binary 11001100 1101000 1100 0 110001 1011110 10100 11101 1011001 101010

Color Harmonies of #CC680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC680C

Black with #CC680C

Text Example


Text Example

White with #CC680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC680C; }

 p { color: rgb(204,104,12); }

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

background-color css

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

 a { background-color: rgb(204,104,12); }

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

border-color css

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

 span { border-color: rgb(204,104,12); }

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