Html Css Color HEX #CF6014 Chocolate

📋 copy color: '#CF6014'

red 207 ◦ green 96 ◦ blue 20

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

Shades of Chocolate #CF6014

Tints of Chocolate #CF6014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 64.09%
G = 29.72%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF6014 (or 0xCF6014) is known color: Chocolate. HEX triplet: CF, 60 and 14. RGB value is (207,96,20). Sum of RGB (Red+Green+Blue) = 207+96+20=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6014 is #309FEB. Grayscale: #787878. Windows color (decimal): -3186668 or 1335503. OLE color: 1335503.

HSL color Cylindrical-coordinate representation of color #CF6014: hue angle of 24.39º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF6014 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 20 -
CMYK 0 0.54 0.90 0.19
HSL 24.39º 0.82% 0.45% -
HSV(B) 24.39º 0.9% 0.81% -
XYZ 30.04 21.68 3.26 -
YUV 120.53 71.27 189.68 -
System Red Green Blue C M Y K H S L
Decimal 207 96 20 0 0.54 0.90 0.19 24.39 0.82 0.45
Hex CF 60 14 0 36 5A 13 18 52 2D
Octal 317 140 24 0 66 132 23 30 122 55
Binary 11001111 1100000 10100 0 110110 1011010 10011 11000 1010010 101101

Color Harmonies of #CF6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6014

Black with #CF6014

Text Example


Text Example

White with #CF6014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6014; }

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

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

background-color css

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

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

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

border-color css

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

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

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