Html Css Color HEX #CF680E Chocolate

📋 copy color: '#CF680E'

red 207 ◦ green 104 ◦ blue 14

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

Shades of Chocolate #CF680E

Tints of Chocolate #CF680E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 63.69%
G = 32%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF680E (or 0xCF680E) is known color: Chocolate. HEX triplet: CF, 68 and 0E. RGB value is (207,104,14). Sum of RGB (Red+Green+Blue) = 207+104+14=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF680E is #3097F1. Grayscale: #7D7D7D. Windows color (decimal): -3184626 or 944335. OLE color: 944335.

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

Color convert

RGB 207 104 14 -
CMYK 0 0.50 0.93 0.19
HSL 27.98º 0.87% 0.43% -
HSV(B) 27.98º 0.93% 0.81% -
XYZ 30.76 23.2 3.27 -
YUV 124.54 65.62 186.82 -
System Red Green Blue C M Y K H S L
Decimal 207 104 14 0 0.50 0.93 0.19 27.98 0.87 0.43
Hex CF 68 E 0 32 5D 13 1C 57 2B
Octal 317 150 16 0 62 135 23 34 127 53
Binary 11001111 1101000 1110 0 110010 1011101 10011 11100 1010111 101011

Color Harmonies of #CF680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF680E

Black with #CF680E

Text Example


Text Example

White with #CF680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF680E; }

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

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

background-color css

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

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

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

border-color css

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

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

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