Html Css Color HEX #CF6013 Chocolate

📋 copy color: '#CF6013'

red 207 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #CF6013

Tints of Chocolate #CF6013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

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

R = 64.29%
G = 29.81%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF6013 (or 0xCF6013) is known color: Chocolate. HEX triplet: CF, 60 and 13. RGB value is (207,96,19). Sum of RGB (Red+Green+Blue) = 207+96+19=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6013 is #309FEC. Grayscale: #787878. Windows color (decimal): -3186669 or 1269967. OLE color: 1269967.

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

Color convert

RGB 207 96 19 -
CMYK 0 0.54 0.91 0.19
HSL 24.57º 0.83% 0.44% -
HSV(B) 24.57º 0.91% 0.81% -
XYZ 30.03 21.68 3.22 -
YUV 120.41 70.77 189.76 -
System Red Green Blue C M Y K H S L
Decimal 207 96 19 0 0.54 0.91 0.19 24.57 0.83 0.44
Hex CF 60 13 0 36 5B 13 19 53 2C
Octal 317 140 23 0 66 133 23 31 123 54
Binary 11001111 1100000 10011 0 110110 1011011 10011 11001 1010011 101100

Color Harmonies of #CF6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6013

Black with #CF6013

Text Example


Text Example

White with #CF6013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6013; }

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

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

background-color css

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

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

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

border-color css

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

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

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