Html Css Color HEX #C96513 Chocolate

📋 copy color: '#C96513'

red 201 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #C96513

Tints of Chocolate #C96513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 62.62%
G = 31.46%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C96513 (or 0xC96513) is known color: Chocolate. HEX triplet: C9, 65 and 13. RGB value is (201,101,19). Sum of RGB (Red+Green+Blue) = 201+101+19=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C96513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96513 is #369AEC. Grayscale: #797979. Windows color (decimal): -3578605 or 1271241. OLE color: 1271241.

HSL color Cylindrical-coordinate representation of color #C96513: hue angle of 27.03º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C96513 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 19 -
CMYK 0 0.50 0.91 0.21
HSL 27.03º 0.83% 0.43% -
HSV(B) 27.03º 0.91% 0.79% -
XYZ 28.86 21.77 3.3 -
YUV 121.55 70.13 184.67 -
System Red Green Blue C M Y K H S L
Decimal 201 101 19 0 0.50 0.91 0.21 27.03 0.83 0.43
Hex C9 65 13 0 32 5B 15 1B 53 2B
Octal 311 145 23 0 62 133 25 33 123 53
Binary 11001001 1100101 10011 0 110010 1011011 10101 11011 1010011 101011

Color Harmonies of #C96513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96513

Black with #C96513

Text Example


Text Example

White with #C96513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96513; }

 p { color: rgb(201,101,19); }

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

background-color css

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

 a { background-color: rgb(201,101,19); }

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

border-color css

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

 span { border-color: rgb(201,101,19); }

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