Html Css Color HEX #C95E20 Chocolate

📋 copy color: '#C95E20'

red 201 ◦ green 94 ◦ blue 32

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

Shades of Chocolate #C95E20

Tints of Chocolate #C95E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.75%

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

R = 61.47%
G = 28.75%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C95E20 (or 0xC95E20) is known color: Chocolate. HEX triplet: C9, 5E and 20. RGB value is (201,94,32). Sum of RGB (Red+Green+Blue) = 201+94+32=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E20 is #36A1DF. Grayscale: #777777. Windows color (decimal): -3580384 or 2121417. OLE color: 2121417.

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

Color convert

RGB 201 94 32 -
CMYK 0 0.53 0.84 0.21
HSL 22.01º 0.73% 0.46% -
HSV(B) 22.01º 0.84% 0.79% -
XYZ 28.35 20.53 3.83 -
YUV 118.93 78.95 186.54 -
System Red Green Blue C M Y K H S L
Decimal 201 94 32 0 0.53 0.84 0.21 22.01 0.73 0.46
Hex C9 5E 20 0 35 54 15 16 49 2E
Octal 311 136 40 0 65 124 25 26 111 56
Binary 11001001 1011110 100000 0 110101 1010100 10101 10110 1001001 101110

Color Harmonies of #C95E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E20

Black with #C95E20

Text Example


Text Example

White with #C95E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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