Html Css Color HEX #C96312 Chocolate

📋 copy color: '#C96312'

red 201 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #C96312

Tints of Chocolate #C96312

RGB

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

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

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

R = 63.21%
G = 31.13%
B = 5.66%

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

#C96312 (or 0xC96312) is known color: Chocolate. HEX triplet: C9, 63 and 12. RGB value is (201,99,18). Sum of RGB (Red+Green+Blue) = 201+99+18=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C96312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96312 is #369CED. Grayscale: #787878. Windows color (decimal): -3579118 or 1205193. OLE color: 1205193.

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

Color convert

RGB 201 99 18 -
CMYK 0 0.51 0.91 0.21
HSL 26.56º 0.84% 0.43% -
HSV(B) 26.56º 0.91% 0.79% -
XYZ 28.66 21.38 3.19 -
YUV 120.26 70.29 185.59 -
System Red Green Blue C M Y K H S L
Decimal 201 99 18 0 0.51 0.91 0.21 26.56 0.84 0.43
Hex C9 63 12 0 33 5B 15 1B 54 2B
Octal 311 143 22 0 63 133 25 33 124 53
Binary 11001001 1100011 10010 0 110011 1011011 10101 11011 1010100 101011

Color Harmonies of #C96312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96312

Black with #C96312

Text Example


Text Example

White with #C96312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96312; }

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

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

background-color css

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

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

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

border-color css

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

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

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