Html Css Color HEX #CF701E Chocolate

📋 copy color: '#CF701E'

red 207 ◦ green 112 ◦ blue 30

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

Shades of Chocolate #CF701E

Tints of Chocolate #CF701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.6%

R = 59.31%
G = 32.09%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF701E (or 0xCF701E) is known color: Chocolate. HEX triplet: CF, 70 and 1E. RGB value is (207,112,30). Sum of RGB (Red+Green+Blue) = 207+112+30=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF701E is #308FE1. Grayscale: #838383. Windows color (decimal): -3182562 or 1994959. OLE color: 1994959.

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

Color convert

RGB 207 112 30 -
CMYK 0 0.46 0.86 0.19
HSL 27.8º 0.75% 0.46% -
HSV(B) 27.8º 0.86% 0.81% -
XYZ 31.76 24.95 4.37 -
YUV 131.06 70.97 182.17 -
System Red Green Blue C M Y K H S L
Decimal 207 112 30 0 0.46 0.86 0.19 27.8 0.75 0.46
Hex CF 70 1E 0 2E 56 13 1C 4B 2E
Octal 317 160 36 0 56 126 23 34 113 56
Binary 11001111 1110000 11110 0 101110 1010110 10011 11100 1001011 101110

Color Harmonies of #CF701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF701E

Black with #CF701E

Text Example


Text Example

White with #CF701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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