Html Css Color HEX #C96315 Chocolate

📋 copy color: '#C96315'

red 201 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #C96315

Tints of Chocolate #C96315

RGB

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

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

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

R = 62.62%
G = 30.84%
B = 6.54%

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

#C96315 (or 0xC96315) is known color: Chocolate. HEX triplet: C9, 63 and 15. RGB value is (201,99,21). Sum of RGB (Red+Green+Blue) = 201+99+21=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C96315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96315 is #369CEA. Grayscale: #797979. Windows color (decimal): -3579115 or 1401801. OLE color: 1401801.

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

Color convert

RGB 201 99 21 -
CMYK 0 0.51 0.90 0.21
HSL 26º 0.81% 0.44% -
HSV(B) 26º 0.9% 0.79% -
XYZ 28.68 21.4 3.33 -
YUV 120.61 71.79 185.34 -
System Red Green Blue C M Y K H S L
Decimal 201 99 21 0 0.51 0.90 0.21 26 0.81 0.44
Hex C9 63 15 0 33 5A 15 1A 51 2C
Octal 311 143 25 0 63 132 25 32 121 54
Binary 11001001 1100011 10101 0 110011 1011010 10101 11010 1010001 101100

Color Harmonies of #C96315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96315

Black with #C96315

Text Example


Text Example

White with #C96315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96315; }

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

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

background-color css

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

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

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

border-color css

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

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

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