Html Css Color HEX #C95A20 Chocolate

📋 copy color: '#C95A20'

red 201 ◦ green 90 ◦ blue 32

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

Shades of Chocolate #C95A20

Tints of Chocolate #C95A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

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

R = 62.23%
G = 27.86%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C95A20 (or 0xC95A20) is known color: Chocolate. HEX triplet: C9, 5A and 20. RGB value is (201,90,32). Sum of RGB (Red+Green+Blue) = 201+90+32=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A20 is #36A5DF. Grayscale: #747474. Windows color (decimal): -3581408 or 2120393. OLE color: 2120393.

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

Color convert

RGB 201 90 32 -
CMYK 0 0.55 0.84 0.21
HSL 20.59º 0.73% 0.46% -
HSV(B) 20.59º 0.84% 0.79% -
XYZ 28 19.83 3.72 -
YUV 116.58 80.27 188.22 -
System Red Green Blue C M Y K H S L
Decimal 201 90 32 0 0.55 0.84 0.21 20.59 0.73 0.46
Hex C9 5A 20 0 37 54 15 15 49 2E
Octal 311 132 40 0 67 124 25 25 111 56
Binary 11001001 1011010 100000 0 110111 1010100 10101 10101 1001001 101110

Color Harmonies of #C95A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A20

Black with #C95A20

Text Example


Text Example

White with #C95A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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