Html Css Color HEX #C96B20 Chocolate

📋 copy color: '#C96B20'

red 201 ◦ green 107 ◦ blue 32

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

Shades of Chocolate #C96B20

Tints of Chocolate #C96B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

 BLUE value IS 32 (12.89% from 255) = 9.41%

R = 59.12%
G = 31.47%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C96B20 (or 0xC96B20) is known color: Chocolate. HEX triplet: C9, 6B and 20. RGB value is (201,107,32). Sum of RGB (Red+Green+Blue) = 201+107+32=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96B20 is #3694DF. Grayscale: #7E7E7E. Windows color (decimal): -3577056 or 2124745. OLE color: 2124745.

HSL color Cylindrical-coordinate representation of color #C96B20: hue angle of 26.63º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C96B20 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 107 32 -
CMYK 0 0.47 0.84 0.21
HSL 26.63º 0.73% 0.46% -
HSV(B) 26.63º 0.84% 0.79% -
XYZ 29.61 23.04 4.25 -
YUV 126.56 74.64 181.1 -
System Red Green Blue C M Y K H S L
Decimal 201 107 32 0 0.47 0.84 0.21 26.63 0.73 0.46
Hex C9 6B 20 0 2F 54 15 1B 49 2E
Octal 311 153 40 0 57 124 25 33 111 56
Binary 11001001 1101011 100000 0 101111 1010100 10101 11011 1001001 101110

Color Harmonies of #C96B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B20

Black with #C96B20

Text Example


Text Example

White with #C96B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B20; }

 p { color: rgb(201,107,32); }

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

background-color css

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

 a { background-color: rgb(201,107,32); }

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

border-color css

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

 span { border-color: rgb(201,107,32); }

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