Html Css Color HEX #C952A5 Mulberry

📋 copy color: '#C952A5'

red 201 ◦ green 82 ◦ blue 165

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

Shades of Mulberry #C952A5

Tints of Mulberry #C952A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.83%

R = 44.87%
G = 18.3%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C952A5 (or 0xC952A5) is known color: Mulberry. HEX triplet: C9, 52 and A5. RGB value is (201,82,165). Sum of RGB (Red+Green+Blue) = 201+82+165=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C952A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C952A5 is #36AD5A. Grayscale: #7E7E7E. Windows color (decimal): -3583323 or 10834633. OLE color: 10834633.

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

Color convert

RGB 201 82 165 -
CMYK 0 0.59 0.18 0.21
HSL 318.15º 0.52% 0.55% -
HSV(B) 318.15º 0.59% 0.79% -
XYZ 33.9 21.17 37.9 -
YUV 127.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 201 82 165 0 0.59 0.18 0.21 318.15 0.52 0.55
Hex C9 52 A5 0 3B 12 15 13E 34 37
Octal 311 122 245 0 73 22 25 476 64 67
Binary 11001001 1010010 10100101 0 111011 10010 10101 100111110 110100 110111

Color Harmonies of #C952A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C952A5

Black with #C952A5

Text Example


Text Example

White with #C952A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C952A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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