Html Css Color HEX #C96213 Chocolate

📋 copy color: '#C96213'

red 201 ◦ green 98 ◦ blue 19

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

Shades of Chocolate #C96213

Tints of Chocolate #C96213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.82%

 BLUE value IS 19 (7.81% from 255) = 5.97%

R = 63.21%
G = 30.82%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C96213 (or 0xC96213) is known color: Chocolate. HEX triplet: C9, 62 and 13. RGB value is (201,98,19). Sum of RGB (Red+Green+Blue) = 201+98+19=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C96213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96213 is #369DEC. Grayscale: #787878. Windows color (decimal): -3579373 or 1270473. OLE color: 1270473.

HSL color Cylindrical-coordinate representation of color #C96213: hue angle of 26.04º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C96213 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 98 19 -
CMYK 0 0.51 0.91 0.21
HSL 26.04º 0.83% 0.43% -
HSV(B) 26.04º 0.91% 0.79% -
XYZ 28.57 21.2 3.2 -
YUV 119.79 71.12 185.92 -
System Red Green Blue C M Y K H S L
Decimal 201 98 19 0 0.51 0.91 0.21 26.04 0.83 0.43
Hex C9 62 13 0 33 5B 15 1A 53 2B
Octal 311 142 23 0 63 133 25 32 123 53
Binary 11001001 1100010 10011 0 110011 1011011 10101 11010 1010011 101011

Color Harmonies of #C96213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96213

Black with #C96213

Text Example


Text Example

White with #C96213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96213; }

 p { color: rgb(201,98,19); }

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

background-color css

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

 a { background-color: rgb(201,98,19); }

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

border-color css

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

 span { border-color: rgb(201,98,19); }

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