Html Css Color HEX #CF5616 Chocolate

📋 copy color: '#CF5616'

red 207 ◦ green 86 ◦ blue 22

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

Shades of Chocolate #CF5616

Tints of Chocolate #CF5616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 65.71%
G = 27.3%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF5616 (or 0xCF5616) is known color: Chocolate. HEX triplet: CF, 56 and 16. RGB value is (207,86,22). Sum of RGB (Red+Green+Blue) = 207+86+22=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5616 is #30A9E9. Grayscale: #737373. Windows color (decimal): -3189226 or 1464015. OLE color: 1464015.

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

Color convert

RGB 207 86 22 -
CMYK 0 0.58 0.89 0.19
HSL 20.76º 0.81% 0.45% -
HSV(B) 20.76º 0.89% 0.81% -
XYZ 29.2 19.98 3.08 -
YUV 114.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 207 86 22 0 0.58 0.89 0.19 20.76 0.81 0.45
Hex CF 56 16 0 3A 59 13 15 51 2D
Octal 317 126 26 0 72 131 23 25 121 55
Binary 11001111 1010110 10110 0 111010 1011001 10011 10101 1010001 101101

Color Harmonies of #CF5616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5616

Black with #CF5616

Text Example


Text Example

White with #CF5616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5616; }

 p { color: rgb(207,86,22); }

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

background-color css

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

 a { background-color: rgb(207,86,22); }

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

border-color css

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

 span { border-color: rgb(207,86,22); }

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