Html Css Color HEX #CF5516 Chocolate

📋 copy color: '#CF5516'

red 207 ◦ green 85 ◦ blue 22

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

Shades of Chocolate #CF5516

Tints of Chocolate #CF5516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

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

R = 65.92%
G = 27.07%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF5516 (or 0xCF5516) is known color: Chocolate. HEX triplet: CF, 55 and 16. RGB value is (207,85,22). Sum of RGB (Red+Green+Blue) = 207+85+22=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5516 is #30AAE9. Grayscale: #727272. Windows color (decimal): -3189482 or 1463759. OLE color: 1463759.

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

Color convert

RGB 207 85 22 -
CMYK 0 0.59 0.89 0.19
HSL 20.43º 0.81% 0.45% -
HSV(B) 20.43º 0.89% 0.81% -
XYZ 29.13 19.82 3.05 -
YUV 114.3 75.92 194.12 -
System Red Green Blue C M Y K H S L
Decimal 207 85 22 0 0.59 0.89 0.19 20.43 0.81 0.45
Hex CF 55 16 0 3B 59 13 14 51 2D
Octal 317 125 26 0 73 131 23 24 121 55
Binary 11001111 1010101 10110 0 111011 1011001 10011 10100 1010001 101101

Color Harmonies of #CF5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5516

Black with #CF5516

Text Example


Text Example

White with #CF5516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5516; }

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

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

background-color css

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

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

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

border-color css

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

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

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