Html Css Color HEX #C95299 Mulberry

📋 copy color: '#C95299'

red 201 ◦ green 82 ◦ blue 153

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

Shades of Mulberry #C95299

Tints of Mulberry #C95299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

 BLUE value IS 153 (60.16% from 255) = 35.09%

R = 46.1%
G = 18.81%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C95299 (or 0xC95299) is known color: Mulberry. HEX triplet: C9, 52 and 99. RGB value is (201,82,153). Sum of RGB (Red+Green+Blue) = 201+82+153=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C95299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95299 is #36AD66. Grayscale: #7D7D7D. Windows color (decimal): -3583335 or 10048201. OLE color: 10048201.

HSL color Cylindrical-coordinate representation of color #C95299: hue angle of 324.2º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95299 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 82 153 -
CMYK 0 0.59 0.24 0.21
HSL 324.2º 0.52% 0.55% -
HSV(B) 324.2º 0.59% 0.79% -
XYZ 32.85 20.75 32.41 -
YUV 125.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 201 82 153 0 0.59 0.24 0.21 324.2 0.52 0.55
Hex C9 52 99 0 3B 18 15 144 34 37
Octal 311 122 231 0 73 30 25 504 64 67
Binary 11001001 1010010 10011001 0 111011 11000 10101 101000100 110100 110111

Color Harmonies of #C95299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95299

Black with #C95299

Text Example


Text Example

White with #C95299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95299; }

 p { color: rgb(201,82,153); }

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

background-color css

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

 a { background-color: rgb(201,82,153); }

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

border-color css

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

 span { border-color: rgb(201,82,153); }

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