Html Css Color HEX #CF6210 Chocolate

📋 copy color: '#CF6210'

red 207 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #CF6210

Tints of Chocolate #CF6210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

 BLUE value IS 16 (6.64% from 255) = 4.98%

R = 64.49%
G = 30.53%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF6210 (or 0xCF6210) is known color: Chocolate. HEX triplet: CF, 62 and 10. RGB value is (207,98,16). Sum of RGB (Red+Green+Blue) = 207+98+16=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6210 is #309DEF. Grayscale: #797979. Windows color (decimal): -3186160 or 1073871. OLE color: 1073871.

HSL color Cylindrical-coordinate representation of color #CF6210: hue angle of 25.76º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF6210 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 98 16 -
CMYK 0 0.53 0.92 0.19
HSL 25.76º 0.86% 0.44% -
HSV(B) 25.76º 0.92% 0.81% -
XYZ 30.19 22.04 3.15 -
YUV 121.24 68.61 189.17 -
System Red Green Blue C M Y K H S L
Decimal 207 98 16 0 0.53 0.92 0.19 25.76 0.86 0.44
Hex CF 62 10 0 35 5C 13 1A 56 2C
Octal 317 142 20 0 65 134 23 32 126 54
Binary 11001111 1100010 10000 0 110101 1011100 10011 11010 1010110 101100

Color Harmonies of #CF6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6210

Black with #CF6210

Text Example


Text Example

White with #CF6210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6210; }

 p { color: rgb(207,98,16); }

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

background-color css

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

 a { background-color: rgb(207,98,16); }

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

border-color css

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

 span { border-color: rgb(207,98,16); }

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