Html Css Color HEX #C852A0 Mulberry

📋 copy color: '#C852A0'

red 200 ◦ green 82 ◦ blue 160

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

Shades of Mulberry #C852A0

Tints of Mulberry #C852A0

RGB

 RED value IS 200 (78.52% from 255) = 45.25%

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

 BLUE value IS 160 (62.89% from 255) = 36.2%

R = 45.25%
G = 18.55%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C852A0 (or 0xC852A0) is known color: Mulberry. HEX triplet: C8, 52 and A0. RGB value is (200,82,160). Sum of RGB (Red+Green+Blue) = 200+82+160=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C852A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C852A0 is #37AD5F. Grayscale: #7D7D7D. Windows color (decimal): -3648864 or 10506952. OLE color: 10506952.

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

Color convert

RGB 200 82 160 -
CMYK 0 0.59 0.2 0.22
HSL 320.34º 0.52% 0.55% -
HSV(B) 320.34º 0.59% 0.78% -
XYZ 33.18 20.85 35.53 -
YUV 126.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 200 82 160 0 0.59 0.2 0.22 320.34 0.52 0.55
Hex C8 52 A0 0 3B 14 16 140 34 37
Octal 310 122 240 0 73 24 26 500 64 67
Binary 11001000 1010010 10100000 0 111011 10100 10110 101000000 110100 110111

Color Harmonies of #C852A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852A0

Black with #C852A0

Text Example


Text Example

White with #C852A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852A0; }

 p { color: rgb(200,82,160); }

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

background-color css

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

 a { background-color: rgb(200,82,160); }

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

border-color css

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

 span { border-color: rgb(200,82,160); }

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