Html Css Color HEX #CD5085 Mulberry

📋 copy color: '#CD5085'

red 205 ◦ green 80 ◦ blue 133

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

Shades of Mulberry #CD5085

Tints of Mulberry #CD5085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 49.04%
G = 19.14%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD5085 (or 0xCD5085) is known color: Mulberry. HEX triplet: CD, 50 and 85. RGB value is (205,80,133). Sum of RGB (Red+Green+Blue) = 205+80+133=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5085 is #32AF7A. Grayscale: #7B7B7B. Windows color (decimal): -3321723 or 8736973. OLE color: 8736973.

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

Color convert

RGB 205 80 133 -
CMYK 0 0.61 0.35 0.20
HSL 334.56º 0.56% 0.56% -
HSV(B) 334.56º 0.61% 0.8% -
XYZ 32.28 20.41 24.43 -
YUV 123.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 205 80 133 0 0.61 0.35 0.20 334.56 0.56 0.56
Hex CD 50 85 0 3D 23 14 14F 38 38
Octal 315 120 205 0 75 43 24 517 70 70
Binary 11001101 1010000 10000101 0 111101 100011 10100 101001111 111000 111000

Color Harmonies of #CD5085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5085

Black with #CD5085

Text Example


Text Example

White with #CD5085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5085; }

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

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

background-color css

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

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

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

border-color css

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

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

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