Html Css Color HEX #CF680F Chocolate

📋 copy color: '#CF680F'

red 207 ◦ green 104 ◦ blue 15

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

Shades of Chocolate #CF680F

Tints of Chocolate #CF680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.6%

R = 63.5%
G = 31.9%
B = 4.6%

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

#CF680F (or 0xCF680F) is known color: Chocolate. HEX triplet: CF, 68 and 0F. RGB value is (207,104,15). Sum of RGB (Red+Green+Blue) = 207+104+15=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF680F is #3097F0. Grayscale: #7D7D7D. Windows color (decimal): -3184625 or 1009871. OLE color: 1009871.

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

Color convert

RGB 207 104 15 -
CMYK 0 0.50 0.93 0.19
HSL 27.81º 0.86% 0.44% -
HSV(B) 27.81º 0.93% 0.81% -
XYZ 30.77 23.2 3.31 -
YUV 124.65 66.12 186.74 -
System Red Green Blue C M Y K H S L
Decimal 207 104 15 0 0.50 0.93 0.19 27.81 0.86 0.44
Hex CF 68 F 0 32 5D 13 1C 56 2C
Octal 317 150 17 0 62 135 23 34 126 54
Binary 11001111 1101000 1111 0 110010 1011101 10011 11100 1010110 101100

Color Harmonies of #CF680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF680F

Black with #CF680F

Text Example


Text Example

White with #CF680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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