Html Css Color HEX #C96314 Chocolate

📋 copy color: '#C96314'

red 201 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #C96314

Tints of Chocolate #C96314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.25%

R = 62.81%
G = 30.94%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C96314 (or 0xC96314) is known color: Chocolate. HEX triplet: C9, 63 and 14. RGB value is (201,99,20). Sum of RGB (Red+Green+Blue) = 201+99+20=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C96314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96314 is #369CEB. Grayscale: #787878. Windows color (decimal): -3579116 or 1336265. OLE color: 1336265.

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

Color convert

RGB 201 99 20 -
CMYK 0 0.51 0.90 0.21
HSL 26.19º 0.82% 0.43% -
HSV(B) 26.19º 0.9% 0.79% -
XYZ 28.68 21.39 3.28 -
YUV 120.49 71.29 185.42 -
System Red Green Blue C M Y K H S L
Decimal 201 99 20 0 0.51 0.90 0.21 26.19 0.82 0.43
Hex C9 63 14 0 33 5A 15 1A 52 2B
Octal 311 143 24 0 63 132 25 32 122 53
Binary 11001001 1100011 10100 0 110011 1011010 10101 11010 1010010 101011

Color Harmonies of #C96314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96314

Black with #C96314

Text Example


Text Example

White with #C96314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96314; }

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

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

background-color css

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

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

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

border-color css

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

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

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