Html Css Color HEX #C96914 Chocolate

📋 copy color: '#C96914'

red 201 ◦ green 105 ◦ blue 20

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

Shades of Chocolate #C96914

Tints of Chocolate #C96914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.21%

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

R = 61.66%
G = 32.21%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C96914 (or 0xC96914) is known color: Chocolate. HEX triplet: C9, 69 and 14. RGB value is (201,105,20). Sum of RGB (Red+Green+Blue) = 201+105+20=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C96914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96914 is #3696EB. Grayscale: #7C7C7C. Windows color (decimal): -3577580 or 1337801. OLE color: 1337801.

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

Color convert

RGB 201 105 20 -
CMYK 0 0.48 0.90 0.21
HSL 28.18º 0.82% 0.43% -
HSV(B) 28.18º 0.9% 0.79% -
XYZ 29.27 22.57 3.48 -
YUV 124.01 69.3 182.91 -
System Red Green Blue C M Y K H S L
Decimal 201 105 20 0 0.48 0.90 0.21 28.18 0.82 0.43
Hex C9 69 14 0 30 5A 15 1C 52 2B
Octal 311 151 24 0 60 132 25 34 122 53
Binary 11001001 1101001 10100 0 110000 1011010 10101 11100 1010010 101011

Color Harmonies of #C96914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96914

Black with #C96914

Text Example


Text Example

White with #C96914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96914; }

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

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

background-color css

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

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

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

border-color css

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

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

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