Html Css Color HEX #C96517 Chocolate

📋 copy color: '#C96517'

red 201 ◦ green 101 ◦ blue 23

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

Shades of Chocolate #C96517

Tints of Chocolate #C96517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 61.85%
G = 31.08%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C96517 (or 0xC96517) is known color: Chocolate. HEX triplet: C9, 65 and 17. RGB value is (201,101,23). Sum of RGB (Red+Green+Blue) = 201+101+23=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C96517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96517 is #369AE8. Grayscale: #7A7A7A. Windows color (decimal): -3578601 or 1533385. OLE color: 1533385.

HSL color Cylindrical-coordinate representation of color #C96517: hue angle of 26.29º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C96517 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 23 -
CMYK 0 0.50 0.89 0.21
HSL 26.29º 0.79% 0.44% -
HSV(B) 26.29º 0.89% 0.79% -
XYZ 28.9 21.79 3.49 -
YUV 122.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 201 101 23 0 0.50 0.89 0.21 26.29 0.79 0.44
Hex C9 65 17 0 32 59 15 1A 4F 2C
Octal 311 145 27 0 62 131 25 32 117 54
Binary 11001001 1100101 10111 0 110010 1011001 10101 11010 1001111 101100

Color Harmonies of #C96517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96517

Black with #C96517

Text Example


Text Example

White with #C96517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96517; }

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

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

background-color css

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

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

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

border-color css

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

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

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