Html Css Color HEX #CF7211 Chocolate

📋 copy color: '#CF7211'

red 207 ◦ green 114 ◦ blue 17

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

Shades of Chocolate #CF7211

Tints of Chocolate #CF7211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.73%

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 61.24%
G = 33.73%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF7211 (or 0xCF7211) is known color: Chocolate. HEX triplet: CF, 72 and 11. RGB value is (207,114,17). Sum of RGB (Red+Green+Blue) = 207+114+17=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7211 is #308DEE. Grayscale: #838383. Windows color (decimal): -3182063 or 1143503. OLE color: 1143503.

HSL color Cylindrical-coordinate representation of color #CF7211: hue angle of 30.63º degrees, saturation: 0.85, 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 #CF7211 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 114 17 -
CMYK 0 0.45 0.92 0.19
HSL 30.63º 0.85% 0.44% -
HSV(B) 30.63º 0.92% 0.81% -
XYZ 31.85 25.34 3.74 -
YUV 130.75 63.81 182.39 -
System Red Green Blue C M Y K H S L
Decimal 207 114 17 0 0.45 0.92 0.19 30.63 0.85 0.44
Hex CF 72 11 0 2D 5C 13 1F 55 2C
Octal 317 162 21 0 55 134 23 37 125 54
Binary 11001111 1110010 10001 0 101101 1011100 10011 11111 1010101 101100

Color Harmonies of #CF7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7211

Black with #CF7211

Text Example


Text Example

White with #CF7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7211; }

 p { color: rgb(207,114,17); }

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

background-color css

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

 a { background-color: rgb(207,114,17); }

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

border-color css

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

 span { border-color: rgb(207,114,17); }

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