Html Css Color HEX #CD599A Mulberry

📋 copy color: '#CD599A'

red 205 ◦ green 89 ◦ blue 154

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

Shades of Mulberry #CD599A

Tints of Mulberry #CD599A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.87%

 BLUE value IS 154 (60.55% from 255) = 34.38%

R = 45.76%
G = 19.87%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD599A (or 0xCD599A) is known color: Mulberry. HEX triplet: CD, 59 and 9A. RGB value is (205,89,154). Sum of RGB (Red+Green+Blue) = 205+89+154=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD599A is #32A665. Grayscale: #828282. Windows color (decimal): -3319398 or 10115533. OLE color: 10115533.

HSL color Cylindrical-coordinate representation of color #CD599A: hue angle of 326.38º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD599A is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 89 154 -
CMYK 0 0.57 0.25 0.20
HSL 326.38º 0.54% 0.58% -
HSV(B) 326.38º 0.57% 0.8% -
XYZ 34.58 22.46 33.08 -
YUV 131.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 205 89 154 0 0.57 0.25 0.20 326.38 0.54 0.58
Hex CD 59 9A 0 39 19 14 146 36 3A
Octal 315 131 232 0 71 31 24 506 66 72
Binary 11001101 1011001 10011010 0 111001 11001 10100 101000110 110110 111010

Color Harmonies of #CD599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD599A

Black with #CD599A

Text Example


Text Example

White with #CD599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD599A; }

 p { color: rgb(205,89,154); }

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

background-color css

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

 a { background-color: rgb(205,89,154); }

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

border-color css

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

 span { border-color: rgb(205,89,154); }

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