Html Css Color HEX #C96419 Chocolate

📋 copy color: '#C96419'

red 201 ◦ green 100 ◦ blue 25

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

Shades of Chocolate #C96419

Tints of Chocolate #C96419

RGB

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

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

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

R = 61.66%
G = 30.67%
B = 7.67%

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

#C96419 (or 0xC96419) is known color: Chocolate. HEX triplet: C9, 64 and 19. RGB value is (201,100,25). Sum of RGB (Red+Green+Blue) = 201+100+25=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C96419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96419 is #369BE6. Grayscale: #7A7A7A. Windows color (decimal): -3578855 or 1664201. OLE color: 1664201.

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

Color convert

RGB 201 100 25 -
CMYK 0 0.50 0.88 0.21
HSL 25.57º 0.78% 0.44% -
HSV(B) 25.57º 0.88% 0.79% -
XYZ 28.82 21.6 3.57 -
YUV 121.65 73.46 184.6 -
System Red Green Blue C M Y K H S L
Decimal 201 100 25 0 0.50 0.88 0.21 25.57 0.78 0.44
Hex C9 64 19 0 32 58 15 1A 4E 2C
Octal 311 144 31 0 62 130 25 32 116 54
Binary 11001001 1100100 11001 0 110010 1011000 10101 11010 1001110 101100

Color Harmonies of #C96419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96419

Black with #C96419

Text Example


Text Example

White with #C96419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96419; }

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

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

background-color css

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

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

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

border-color css

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

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

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