Html Css Color HEX #CF7013 Chocolate

📋 copy color: '#CF7013'

red 207 ◦ green 112 ◦ blue 19

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

Shades of Chocolate #CF7013

Tints of Chocolate #CF7013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.62%

R = 61.24%
G = 33.14%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF7013 (or 0xCF7013) is known color: Chocolate. HEX triplet: CF, 70 and 13. RGB value is (207,112,19). Sum of RGB (Red+Green+Blue) = 207+112+19=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7013 is #308FEC. Grayscale: #828282. Windows color (decimal): -3182573 or 1274063. OLE color: 1274063.

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

Color convert

RGB 207 112 19 -
CMYK 0 0.46 0.91 0.19
HSL 29.68º 0.83% 0.44% -
HSV(B) 29.68º 0.91% 0.81% -
XYZ 31.64 24.9 3.75 -
YUV 129.8 65.47 183.06 -
System Red Green Blue C M Y K H S L
Decimal 207 112 19 0 0.46 0.91 0.19 29.68 0.83 0.44
Hex CF 70 13 0 2E 5B 13 1E 53 2C
Octal 317 160 23 0 56 133 23 36 123 54
Binary 11001111 1110000 10011 0 101110 1011011 10011 11110 1010011 101100

Color Harmonies of #CF7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7013

Black with #CF7013

Text Example


Text Example

White with #CF7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7013; }

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

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

background-color css

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

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

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

border-color css

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

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

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