Html Css Color HEX #C96A21 Chocolate

📋 copy color: '#C96A21'

red 201 ◦ green 106 ◦ blue 33

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

Shades of Chocolate #C96A21

Tints of Chocolate #C96A21

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.18%

 BLUE value IS 33 (13.28% from 255) = 9.71%

R = 59.12%
G = 31.18%
B = 9.71%

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

#C96A21 (or 0xC96A21) is known color: Chocolate. HEX triplet: C9, 6A and 21. RGB value is (201,106,33). Sum of RGB (Red+Green+Blue) = 201+106+33=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A21 is #3695DE. Grayscale: #7E7E7E. Windows color (decimal): -3577311 or 2190025. OLE color: 2190025.

HSL color Cylindrical-coordinate representation of color #C96A21: hue angle of 26.07º degrees, saturation: 0.72, 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 #C96A21 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 106 33 -
CMYK 0 0.47 0.84 0.21
HSL 26.07º 0.72% 0.46% -
HSV(B) 26.07º 0.84% 0.79% -
XYZ 29.52 22.84 4.29 -
YUV 126.08 75.47 181.44 -
System Red Green Blue C M Y K H S L
Decimal 201 106 33 0 0.47 0.84 0.21 26.07 0.72 0.46
Hex C9 6A 21 0 2F 54 15 1A 48 2E
Octal 311 152 41 0 57 124 25 32 110 56
Binary 11001001 1101010 100001 0 101111 1010100 10101 11010 1001000 101110

Color Harmonies of #C96A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A21

Black with #C96A21

Text Example


Text Example

White with #C96A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A21; }

 p { color: rgb(201,106,33); }

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

background-color css

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

 a { background-color: rgb(201,106,33); }

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

border-color css

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

 span { border-color: rgb(201,106,33); }

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