Html Css Color HEX #C96519 Chocolate

📋 copy color: '#C96519'

red 201 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #C96519

Tints of Chocolate #C96519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.65%

R = 61.47%
G = 30.89%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C96519 (or 0xC96519) is known color: Chocolate. HEX triplet: C9, 65 and 19. RGB value is (201,101,25). Sum of RGB (Red+Green+Blue) = 201+101+25=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C96519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96519 is #369AE6. Grayscale: #7A7A7A. Windows color (decimal): -3578599 or 1664457. OLE color: 1664457.

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

Color convert

RGB 201 101 25 -
CMYK 0 0.50 0.88 0.21
HSL 25.91º 0.78% 0.44% -
HSV(B) 25.91º 0.88% 0.79% -
XYZ 28.92 21.8 3.6 -
YUV 122.24 73.13 184.18 -
System Red Green Blue C M Y K H S L
Decimal 201 101 25 0 0.50 0.88 0.21 25.91 0.78 0.44
Hex C9 65 19 0 32 58 15 1A 4E 2C
Octal 311 145 31 0 62 130 25 32 116 54
Binary 11001001 1100101 11001 0 110010 1011000 10101 11010 1001110 101100

Color Harmonies of #C96519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96519

Black with #C96519

Text Example


Text Example

White with #C96519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96519; }

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

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

background-color css

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

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

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

border-color css

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

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

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