Html Css Color HEX #CD528C Mulberry

📋 copy color: '#CD528C'

red 205 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #CD528C

Tints of Mulberry #CD528C

RGB

 RED value IS 205 (80.47% from 255) = 48.01%

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

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 48.01%
G = 19.2%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD528C (or 0xCD528C) is known color: Mulberry. HEX triplet: CD, 52 and 8C. RGB value is (205,82,140). Sum of RGB (Red+Green+Blue) = 205+82+140=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD528C is #32AD73. Grayscale: #7D7D7D. Windows color (decimal): -3321204 or 9196237. OLE color: 9196237.

HSL color Cylindrical-coordinate representation of color #CD528C: hue angle of 331.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD528C is Cyan = 0, Magento = 0.6, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 82 140 -
CMYK 0 0.6 0.32 0.20
HSL 331.71º 0.55% 0.56% -
HSV(B) 331.71º 0.6% 0.8% -
XYZ 32.93 20.91 27.11 -
YUV 125.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 205 82 140 0 0.6 0.32 0.20 331.71 0.55 0.56
Hex CD 52 8C 0 3C 20 14 14C 37 38
Octal 315 122 214 0 74 40 24 514 67 70
Binary 11001101 1010010 10001100 0 111100 100000 10100 101001100 110111 111000

Color Harmonies of #CD528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD528C

Black with #CD528C

Text Example


Text Example

White with #CD528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD528C; }

 p { color: rgb(205,82,140); }

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

background-color css

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

 a { background-color: rgb(205,82,140); }

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

border-color css

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

 span { border-color: rgb(205,82,140); }

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