Html Css Color HEX #C96514 Chocolate

📋 copy color: '#C96514'

red 201 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #C96514

Tints of Chocolate #C96514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

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

R = 62.42%
G = 31.37%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C96514 (or 0xC96514) is known color: Chocolate. HEX triplet: C9, 65 and 14. RGB value is (201,101,20). Sum of RGB (Red+Green+Blue) = 201+101+20=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C96514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96514 is #369AEB. Grayscale: #7A7A7A. Windows color (decimal): -3578604 or 1336777. OLE color: 1336777.

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

Color convert

RGB 201 101 20 -
CMYK 0 0.50 0.90 0.21
HSL 26.85º 0.82% 0.43% -
HSV(B) 26.85º 0.9% 0.79% -
XYZ 28.87 21.78 3.34 -
YUV 121.67 70.63 184.59 -
System Red Green Blue C M Y K H S L
Decimal 201 101 20 0 0.50 0.90 0.21 26.85 0.82 0.43
Hex C9 65 14 0 32 5A 15 1B 52 2B
Octal 311 145 24 0 62 132 25 33 122 53
Binary 11001001 1100101 10100 0 110010 1011010 10101 11011 1010010 101011

Color Harmonies of #C96514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96514

Black with #C96514

Text Example


Text Example

White with #C96514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96514; }

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

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

background-color css

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

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

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

border-color css

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

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

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