Html Css Color HEX #CF701C Chocolate

📋 copy color: '#CF701C'

red 207 ◦ green 112 ◦ blue 28

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

Shades of Chocolate #CF701C

Tints of Chocolate #CF701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 59.65%
G = 32.28%
B = 8.07%

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

#CF701C (or 0xCF701C) is known color: Chocolate. HEX triplet: CF, 70 and 1C. RGB value is (207,112,28). Sum of RGB (Red+Green+Blue) = 207+112+28=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF701C is #308FE3. Grayscale: #838383. Windows color (decimal): -3182564 or 1863887. OLE color: 1863887.

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

Color convert

RGB 207 112 28 -
CMYK 0 0.46 0.86 0.19
HSL 28.16º 0.76% 0.46% -
HSV(B) 28.16º 0.86% 0.81% -
XYZ 31.74 24.94 4.24 -
YUV 130.83 69.97 182.33 -
System Red Green Blue C M Y K H S L
Decimal 207 112 28 0 0.46 0.86 0.19 28.16 0.76 0.46
Hex CF 70 1C 0 2E 56 13 1C 4C 2E
Octal 317 160 34 0 56 126 23 34 114 56
Binary 11001111 1110000 11100 0 101110 1010110 10011 11100 1001100 101110

Color Harmonies of #CF701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF701C

Black with #CF701C

Text Example


Text Example

White with #CF701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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