Html Css Color HEX #CF680C Chocolate

📋 copy color: '#CF680C'

red 207 ◦ green 104 ◦ blue 12

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

Shades of Chocolate #CF680C

Tints of Chocolate #CF680C

RGB

 RED value IS 207 (81.25% from 255) = 64.09%

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

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

R = 64.09%
G = 32.2%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF680C (or 0xCF680C) is known color: Chocolate. HEX triplet: CF, 68 and 0C. RGB value is (207,104,12). Sum of RGB (Red+Green+Blue) = 207+104+12=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF680C is #3097F3. Grayscale: #7C7C7C. Windows color (decimal): -3184628 or 813263. OLE color: 813263.

HSL color Cylindrical-coordinate representation of color #CF680C: hue angle of 28.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF680C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 104 12 -
CMYK 0 0.50 0.94 0.19
HSL 28.31º 0.89% 0.43% -
HSV(B) 28.31º 0.94% 0.81% -
XYZ 30.75 23.19 3.2 -
YUV 124.31 64.62 186.98 -
System Red Green Blue C M Y K H S L
Decimal 207 104 12 0 0.50 0.94 0.19 28.31 0.89 0.43
Hex CF 68 C 0 32 5E 13 1C 59 2B
Octal 317 150 14 0 62 136 23 34 131 53
Binary 11001111 1101000 1100 0 110010 1011110 10011 11100 1011001 101011

Color Harmonies of #CF680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF680C

Black with #CF680C

Text Example


Text Example

White with #CF680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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