Html Css Color HEX #C95920 Chocolate

📋 copy color: '#C95920'

red 201 ◦ green 89 ◦ blue 32

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

Shades of Chocolate #C95920

Tints of Chocolate #C95920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

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

R = 62.42%
G = 27.64%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C95920 (or 0xC95920) is known color: Chocolate. HEX triplet: C9, 59 and 20. RGB value is (201,89,32). Sum of RGB (Red+Green+Blue) = 201+89+32=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C95920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95920 is #36A6DF. Grayscale: #747474. Windows color (decimal): -3581664 or 2120137. OLE color: 2120137.

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

Color convert

RGB 201 89 32 -
CMYK 0 0.56 0.84 0.21
HSL 20.24º 0.73% 0.46% -
HSV(B) 20.24º 0.84% 0.79% -
XYZ 27.92 19.67 3.69 -
YUV 115.99 80.61 188.63 -
System Red Green Blue C M Y K H S L
Decimal 201 89 32 0 0.56 0.84 0.21 20.24 0.73 0.46
Hex C9 59 20 0 38 54 15 14 49 2E
Octal 311 131 40 0 70 124 25 24 111 56
Binary 11001001 1011001 100000 0 111000 1010100 10101 10100 1001001 101110

Color Harmonies of #C95920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95920

Black with #C95920

Text Example


Text Example

White with #C95920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95920; }

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

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

background-color css

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

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

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

border-color css

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

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

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