Html Css Color HEX #C96812 Chocolate

📋 copy color: '#C96812'

red 201 ◦ green 104 ◦ blue 18

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

Shades of Chocolate #C96812

Tints of Chocolate #C96812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.2%

 BLUE value IS 18 (7.42% from 255) = 5.57%

R = 62.23%
G = 32.2%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C96812 (or 0xC96812) is known color: Chocolate. HEX triplet: C9, 68 and 12. RGB value is (201,104,18). Sum of RGB (Red+Green+Blue) = 201+104+18=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C96812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96812 is #3697ED. Grayscale: #7B7B7B. Windows color (decimal): -3577838 or 1206473. OLE color: 1206473.

HSL color Cylindrical-coordinate representation of color #C96812: hue angle of 28.2º degrees, saturation: 0.84, 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 #C96812 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 104 18 -
CMYK 0 0.48 0.91 0.21
HSL 28.2º 0.84% 0.43% -
HSV(B) 28.2º 0.91% 0.79% -
XYZ 29.15 22.36 3.35 -
YUV 123.2 68.64 183.49 -
System Red Green Blue C M Y K H S L
Decimal 201 104 18 0 0.48 0.91 0.21 28.2 0.84 0.43
Hex C9 68 12 0 30 5B 15 1C 54 2B
Octal 311 150 22 0 60 133 25 34 124 53
Binary 11001001 1101000 10010 0 110000 1011011 10101 11100 1010100 101011

Color Harmonies of #C96812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96812

Black with #C96812

Text Example


Text Example

White with #C96812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96812; }

 p { color: rgb(201,104,18); }

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

background-color css

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

 a { background-color: rgb(201,104,18); }

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

border-color css

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

 span { border-color: rgb(201,104,18); }

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