Html Css Color HEX #CD5185 Mulberry

📋 copy color: '#CD5185'

red 205 ◦ green 81 ◦ blue 133

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

Shades of Mulberry #CD5185

Tints of Mulberry #CD5185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.33%

 BLUE value IS 133 (52.34% from 255) = 31.74%

R = 48.93%
G = 19.33%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD5185 (or 0xCD5185) is known color: Mulberry. HEX triplet: CD, 51 and 85. RGB value is (205,81,133). Sum of RGB (Red+Green+Blue) = 205+81+133=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5185 is #32AE7A. Grayscale: #7B7B7B. Windows color (decimal): -3321467 or 8737229. OLE color: 8737229.

HSL color Cylindrical-coordinate representation of color #CD5185: hue angle of 334.84º 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 #CD5185 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 81 133 -
CMYK 0 0.60 0.35 0.20
HSL 334.84º 0.55% 0.56% -
HSV(B) 334.84º 0.6% 0.8% -
XYZ 32.35 20.56 24.45 -
YUV 124 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 205 81 133 0 0.60 0.35 0.20 334.84 0.55 0.56
Hex CD 51 85 0 3C 23 14 14F 37 38
Octal 315 121 205 0 74 43 24 517 67 70
Binary 11001101 1010001 10000101 0 111100 100011 10100 101001111 110111 111000

Color Harmonies of #CD5185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5185

Black with #CD5185

Text Example


Text Example

White with #CD5185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5185; }

 p { color: rgb(205,81,133); }

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

background-color css

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

 a { background-color: rgb(205,81,133); }

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

border-color css

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

 span { border-color: rgb(205,81,133); }

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