Html Css Color HEX #C96415 Chocolate

📋 copy color: '#C96415'

red 201 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #C96415

Tints of Chocolate #C96415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.06%

 BLUE value IS 21 (8.59% from 255) = 6.52%

R = 62.42%
G = 31.06%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C96415 (or 0xC96415) is known color: Chocolate. HEX triplet: C9, 64 and 15. RGB value is (201,100,21). Sum of RGB (Red+Green+Blue) = 201+100+21=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C96415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96415 is #369BEA. Grayscale: #797979. Windows color (decimal): -3578859 or 1402057. OLE color: 1402057.

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

Color convert

RGB 201 100 21 -
CMYK 0 0.50 0.90 0.21
HSL 26.33º 0.81% 0.44% -
HSV(B) 26.33º 0.9% 0.79% -
XYZ 28.78 21.59 3.36 -
YUV 121.19 71.46 184.92 -
System Red Green Blue C M Y K H S L
Decimal 201 100 21 0 0.50 0.90 0.21 26.33 0.81 0.44
Hex C9 64 15 0 32 5A 15 1A 51 2C
Octal 311 144 25 0 62 132 25 32 121 54
Binary 11001001 1100100 10101 0 110010 1011010 10101 11010 1010001 101100

Color Harmonies of #C96415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96415

Black with #C96415

Text Example


Text Example

White with #C96415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96415; }

 p { color: rgb(201,100,21); }

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

background-color css

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

 a { background-color: rgb(201,100,21); }

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

border-color css

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

 span { border-color: rgb(201,100,21); }

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