Html Css Color HEX #C96319 Chocolate

📋 copy color: '#C96319'

red 201 ◦ green 99 ◦ blue 25

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

Shades of Chocolate #C96319

Tints of Chocolate #C96319

RGB

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

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

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

R = 61.85%
G = 30.46%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C96319 (or 0xC96319) is known color: Chocolate. HEX triplet: C9, 63 and 19. RGB value is (201,99,25). Sum of RGB (Red+Green+Blue) = 201+99+25=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C96319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96319 is #369CE6. Grayscale: #797979. Windows color (decimal): -3579111 or 1663945. OLE color: 1663945.

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

Color convert

RGB 201 99 25 -
CMYK 0 0.51 0.88 0.21
HSL 25.23º 0.78% 0.44% -
HSV(B) 25.23º 0.88% 0.79% -
XYZ 28.72 21.41 3.54 -
YUV 121.06 73.79 185.02 -
System Red Green Blue C M Y K H S L
Decimal 201 99 25 0 0.51 0.88 0.21 25.23 0.78 0.44
Hex C9 63 19 0 33 58 15 19 4E 2C
Octal 311 143 31 0 63 130 25 31 116 54
Binary 11001001 1100011 11001 0 110011 1011000 10101 11001 1001110 101100

Color Harmonies of #C96319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96319

Black with #C96319

Text Example


Text Example

White with #C96319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96319; }

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

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

background-color css

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

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

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

border-color css

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

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

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