Html Css Color HEX #CF6311 Chocolate

📋 copy color: '#CF6311'

red 207 ◦ green 99 ◦ blue 17

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

Shades of Chocolate #CF6311

Tints of Chocolate #CF6311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

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

R = 64.09%
G = 30.65%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF6311 (or 0xCF6311) is known color: Chocolate. HEX triplet: CF, 63 and 11. RGB value is (207,99,17). Sum of RGB (Red+Green+Blue) = 207+99+17=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6311 is #309CEE. Grayscale: #7A7A7A. Windows color (decimal): -3185903 or 1139663. OLE color: 1139663.

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

Color convert

RGB 207 99 17 -
CMYK 0 0.52 0.92 0.19
HSL 25.89º 0.85% 0.44% -
HSV(B) 25.89º 0.92% 0.81% -
XYZ 30.3 22.23 3.22 -
YUV 121.94 68.78 188.67 -
System Red Green Blue C M Y K H S L
Decimal 207 99 17 0 0.52 0.92 0.19 25.89 0.85 0.44
Hex CF 63 11 0 34 5C 13 1A 55 2C
Octal 317 143 21 0 64 134 23 32 125 54
Binary 11001111 1100011 10001 0 110100 1011100 10011 11010 1010101 101100

Color Harmonies of #CF6311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6311

Black with #CF6311

Text Example


Text Example

White with #CF6311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6311; }

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

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

background-color css

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

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

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

border-color css

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

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

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