Html Css Color HEX #C96214 Chocolate

📋 copy color: '#C96214'

red 201 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #C96214

Tints of Chocolate #C96214

RGB

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

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

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

R = 63.01%
G = 30.72%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C96214 (or 0xC96214) is known color: Chocolate. HEX triplet: C9, 62 and 14. RGB value is (201,98,20). Sum of RGB (Red+Green+Blue) = 201+98+20=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C96214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96214 is #369DEB. Grayscale: #787878. Windows color (decimal): -3579372 or 1336009. OLE color: 1336009.

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

Color convert

RGB 201 98 20 -
CMYK 0 0.51 0.90 0.21
HSL 25.86º 0.82% 0.43% -
HSV(B) 25.86º 0.9% 0.79% -
XYZ 28.58 21.2 3.25 -
YUV 119.91 71.62 185.84 -
System Red Green Blue C M Y K H S L
Decimal 201 98 20 0 0.51 0.90 0.21 25.86 0.82 0.43
Hex C9 62 14 0 33 5A 15 1A 52 2B
Octal 311 142 24 0 63 132 25 32 122 53
Binary 11001001 1100010 10100 0 110011 1011010 10101 11010 1010010 101011

Color Harmonies of #C96214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96214

Black with #C96214

Text Example


Text Example

White with #C96214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96214; }

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

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

background-color css

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

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

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

border-color css

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

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

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