Html Css Color HEX #CF6516 Chocolate

📋 copy color: '#CF6516'

red 207 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #CF6516

Tints of Chocolate #CF6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

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

R = 62.73%
G = 30.61%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF6516 (or 0xCF6516) is known color: Chocolate. HEX triplet: CF, 65 and 16. RGB value is (207,101,22). Sum of RGB (Red+Green+Blue) = 207+101+22=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6516 is #309AE9. Grayscale: #7C7C7C. Windows color (decimal): -3185386 or 1467855. OLE color: 1467855.

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

Color convert

RGB 207 101 22 -
CMYK 0 0.51 0.89 0.19
HSL 25.62º 0.81% 0.45% -
HSV(B) 25.62º 0.89% 0.81% -
XYZ 30.53 22.63 3.52 -
YUV 123.69 70.62 187.42 -
System Red Green Blue C M Y K H S L
Decimal 207 101 22 0 0.51 0.89 0.19 25.62 0.81 0.45
Hex CF 65 16 0 33 59 13 1A 51 2D
Octal 317 145 26 0 63 131 23 32 121 55
Binary 11001111 1100101 10110 0 110011 1011001 10011 11010 1010001 101101

Color Harmonies of #CF6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6516

Black with #CF6516

Text Example


Text Example

White with #CF6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6516; }

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

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

background-color css

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

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

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

border-color css

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

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

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