Html Css Color HEX #C96515 Chocolate

📋 copy color: '#C96515'

red 201 ◦ green 101 ◦ blue 21

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

Shades of Chocolate #C96515

Tints of Chocolate #C96515

RGB

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

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

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

R = 62.23%
G = 31.27%
B = 6.5%

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

#C96515 (or 0xC96515) is known color: Chocolate. HEX triplet: C9, 65 and 15. RGB value is (201,101,21). Sum of RGB (Red+Green+Blue) = 201+101+21=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C96515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96515 is #369AEA. Grayscale: #7A7A7A. Windows color (decimal): -3578603 or 1402313. OLE color: 1402313.

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

Color convert

RGB 201 101 21 -
CMYK 0 0.50 0.90 0.21
HSL 26.67º 0.81% 0.44% -
HSV(B) 26.67º 0.9% 0.79% -
XYZ 28.88 21.78 3.39 -
YUV 121.78 71.13 184.5 -
System Red Green Blue C M Y K H S L
Decimal 201 101 21 0 0.50 0.90 0.21 26.67 0.81 0.44
Hex C9 65 15 0 32 5A 15 1B 51 2C
Octal 311 145 25 0 62 132 25 33 121 54
Binary 11001001 1100101 10101 0 110010 1011010 10101 11011 1010001 101100

Color Harmonies of #C96515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96515

Black with #C96515

Text Example


Text Example

White with #C96515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96515; }

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

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

background-color css

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

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

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

border-color css

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

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

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