Html Css Color HEX #C96015 Chocolate

📋 copy color: '#C96015'

red 201 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #C96015

Tints of Chocolate #C96015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

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

R = 63.21%
G = 30.19%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C96015 (or 0xC96015) is known color: Chocolate. HEX triplet: C9, 60 and 15. RGB value is (201,96,21). Sum of RGB (Red+Green+Blue) = 201+96+21=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C96015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96015 is #369FEA. Grayscale: #777777. Windows color (decimal): -3579883 or 1401033. OLE color: 1401033.

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

Color convert

RGB 201 96 21 -
CMYK 0 0.52 0.90 0.21
HSL 25º 0.81% 0.44% -
HSV(B) 25º 0.9% 0.79% -
XYZ 28.41 20.84 3.23 -
YUV 118.85 72.79 186.6 -
System Red Green Blue C M Y K H S L
Decimal 201 96 21 0 0.52 0.90 0.21 25 0.81 0.44
Hex C9 60 15 0 34 5A 15 19 51 2C
Octal 311 140 25 0 64 132 25 31 121 54
Binary 11001001 1100000 10101 0 110100 1011010 10101 11001 1010001 101100

Color Harmonies of #C96015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96015

Black with #C96015

Text Example


Text Example

White with #C96015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96015; }

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

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

background-color css

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

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

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

border-color css

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

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

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