Html Css Color HEX #CF700F Chocolate

📋 copy color: '#CF700F'

red 207 ◦ green 112 ◦ blue 15

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

Shades of Chocolate #CF700F

Tints of Chocolate #CF700F

RGB

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

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

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

R = 61.98%
G = 33.53%
B = 4.49%

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

#CF700F (or 0xCF700F) is known color: Chocolate. HEX triplet: CF, 70 and 0F. RGB value is (207,112,15). Sum of RGB (Red+Green+Blue) = 207+112+15=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF700F is #308FF0. Grayscale: #818181. Windows color (decimal): -3182577 or 1011919. OLE color: 1011919.

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

Color convert

RGB 207 112 15 -
CMYK 0 0.46 0.93 0.19
HSL 30.31º 0.86% 0.44% -
HSV(B) 30.31º 0.93% 0.81% -
XYZ 31.61 24.89 3.59 -
YUV 129.35 63.47 183.39 -
System Red Green Blue C M Y K H S L
Decimal 207 112 15 0 0.46 0.93 0.19 30.31 0.86 0.44
Hex CF 70 F 0 2E 5D 13 1E 56 2C
Octal 317 160 17 0 56 135 23 36 126 54
Binary 11001111 1110000 1111 0 101110 1011101 10011 11110 1010110 101100

Color Harmonies of #CF700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF700F

Black with #CF700F

Text Example


Text Example

White with #CF700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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