Html Css Color HEX #C96014 Chocolate

📋 copy color: '#C96014'

red 201 ◦ green 96 ◦ blue 20

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

Shades of Chocolate #C96014

Tints of Chocolate #C96014

RGB

 RED value IS 201 (78.91% from 255) = 63.41%

 GREEN value IS 96 (37.89% from 255) = 30.28%

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 63.41%
G = 30.28%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C96014 (or 0xC96014) is known color: Chocolate. HEX triplet: C9, 60 and 14. RGB value is (201,96,20). Sum of RGB (Red+Green+Blue) = 201+96+20=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C96014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96014 is #369FEB. Grayscale: #777777. Windows color (decimal): -3579884 or 1335497. OLE color: 1335497.

HSL color Cylindrical-coordinate representation of color #C96014: hue angle of 25.19º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C96014 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 96 20 -
CMYK 0 0.52 0.90 0.21
HSL 25.19º 0.82% 0.43% -
HSV(B) 25.19º 0.9% 0.79% -
XYZ 28.4 20.83 3.19 -
YUV 118.73 72.29 186.68 -
System Red Green Blue C M Y K H S L
Decimal 201 96 20 0 0.52 0.90 0.21 25.19 0.82 0.43
Hex C9 60 14 0 34 5A 15 19 52 2B
Octal 311 140 24 0 64 132 25 31 122 53
Binary 11001001 1100000 10100 0 110100 1011010 10101 11001 1010010 101011

Color Harmonies of #C96014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96014

Black with #C96014

Text Example


Text Example

White with #C96014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96014; }

 p { color: rgb(201,96,20); }

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

background-color css

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

 a { background-color: rgb(201,96,20); }

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

border-color css

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

 span { border-color: rgb(201,96,20); }

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