Html Css Color HEX #CF700E Chocolate

📋 copy color: '#CF700E'

red 207 ◦ green 112 ◦ blue 14

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

Shades of Chocolate #CF700E

Tints of Chocolate #CF700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.63%

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

R = 62.16%
G = 33.63%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF700E (or 0xCF700E) is known color: Chocolate. HEX triplet: CF, 70 and 0E. RGB value is (207,112,14). Sum of RGB (Red+Green+Blue) = 207+112+14=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF700E is #308FF1. Grayscale: #818181. Windows color (decimal): -3182578 or 946383. OLE color: 946383.

HSL color Cylindrical-coordinate representation of color #CF700E: hue angle of 30.47º 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 #CF700E is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 112 14 -
CMYK 0 0.46 0.93 0.19
HSL 30.47º 0.87% 0.43% -
HSV(B) 30.47º 0.93% 0.81% -
XYZ 31.61 24.89 3.55 -
YUV 129.23 62.97 183.47 -
System Red Green Blue C M Y K H S L
Decimal 207 112 14 0 0.46 0.93 0.19 30.47 0.87 0.43
Hex CF 70 E 0 2E 5D 13 1E 57 2B
Octal 317 160 16 0 56 135 23 36 127 53
Binary 11001111 1110000 1110 0 101110 1011101 10011 11110 1010111 101011

Color Harmonies of #CF700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF700E

Black with #CF700E

Text Example


Text Example

White with #CF700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF700E; }

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

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

background-color css

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

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

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

border-color css

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

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

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