Html Css Color HEX #C95720 Chocolate

📋 copy color: '#C95720'

red 201 ◦ green 87 ◦ blue 32

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

Shades of Chocolate #C95720

Tints of Chocolate #C95720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

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

R = 62.81%
G = 27.19%
B = 10%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C95720 (or 0xC95720) is known color: Chocolate. HEX triplet: C9, 57 and 20. RGB value is (201,87,32). Sum of RGB (Red+Green+Blue) = 201+87+32=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C95720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95720 is #36A8DF. Grayscale: #737373. Windows color (decimal): -3582176 or 2119625. OLE color: 2119625.

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

Color convert

RGB 201 87 32 -
CMYK 0 0.57 0.84 0.21
HSL 19.53º 0.73% 0.46% -
HSV(B) 19.53º 0.84% 0.79% -
XYZ 27.76 19.34 3.64 -
YUV 114.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 201 87 32 0 0.57 0.84 0.21 19.53 0.73 0.46
Hex C9 57 20 0 39 54 15 14 49 2E
Octal 311 127 40 0 71 124 25 24 111 56
Binary 11001001 1010111 100000 0 111001 1010100 10101 10100 1001001 101110

Color Harmonies of #C95720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95720

Black with #C95720

Text Example


Text Example

White with #C95720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95720; }

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

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

background-color css

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

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

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

border-color css

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

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

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