Html Css Color HEX #CF6511 Chocolate

📋 copy color: '#CF6511'

red 207 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #CF6511

Tints of Chocolate #CF6511

RGB

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

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

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

R = 63.69%
G = 31.08%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF6511 (or 0xCF6511) is known color: Chocolate. HEX triplet: CF, 65 and 11. RGB value is (207,101,17). Sum of RGB (Red+Green+Blue) = 207+101+17=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6511 is #309AEE. Grayscale: #7B7B7B. Windows color (decimal): -3185391 or 1140175. OLE color: 1140175.

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

Color convert

RGB 207 101 17 -
CMYK 0 0.51 0.92 0.19
HSL 26.53º 0.85% 0.44% -
HSV(B) 26.53º 0.92% 0.81% -
XYZ 30.49 22.61 3.29 -
YUV 123.12 68.12 187.83 -
System Red Green Blue C M Y K H S L
Decimal 207 101 17 0 0.51 0.92 0.19 26.53 0.85 0.44
Hex CF 65 11 0 33 5C 13 1B 55 2C
Octal 317 145 21 0 63 134 23 33 125 54
Binary 11001111 1100101 10001 0 110011 1011100 10011 11011 1010101 101100

Color Harmonies of #CF6511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6511

Black with #CF6511

Text Example


Text Example

White with #CF6511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6511; }

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

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

background-color css

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

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

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

border-color css

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

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

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