Html Css Color HEX #CF5D16 Chocolate

📋 copy color: '#CF5D16'

red 207 ◦ green 93 ◦ blue 22

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

Shades of Chocolate #CF5D16

Tints of Chocolate #CF5D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.88%

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

R = 64.29%
G = 28.88%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF5D16 (or 0xCF5D16) is known color: Chocolate. HEX triplet: CF, 5D and 16. RGB value is (207,93,22). Sum of RGB (Red+Green+Blue) = 207+93+22=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D16 is #30A2E9. Grayscale: #777777. Windows color (decimal): -3187434 or 1465807. OLE color: 1465807.

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

Color convert

RGB 207 93 22 -
CMYK 0 0.55 0.89 0.19
HSL 23.03º 0.81% 0.45% -
HSV(B) 23.03º 0.89% 0.81% -
XYZ 29.79 21.15 3.27 -
YUV 118.99 73.27 190.77 -
System Red Green Blue C M Y K H S L
Decimal 207 93 22 0 0.55 0.89 0.19 23.03 0.81 0.45
Hex CF 5D 16 0 37 59 13 17 51 2D
Octal 317 135 26 0 67 131 23 27 121 55
Binary 11001111 1011101 10110 0 110111 1011001 10011 10111 1010001 101101

Color Harmonies of #CF5D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D16

Black with #CF5D16

Text Example


Text Example

White with #CF5D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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