Html Css Color HEX #CD599B Mulberry

📋 copy color: '#CD599B'

red 205 ◦ green 89 ◦ blue 155

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

Shades of Mulberry #CD599B

Tints of Mulberry #CD599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.52%

R = 45.66%
G = 19.82%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD599B (or 0xCD599B) is known color: Mulberry. HEX triplet: CD, 59 and 9B. RGB value is (205,89,155). Sum of RGB (Red+Green+Blue) = 205+89+155=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD599B is #32A664. Grayscale: #838383. Windows color (decimal): -3319397 or 10181069. OLE color: 10181069.

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

Color convert

RGB 205 89 155 -
CMYK 0 0.57 0.24 0.20
HSL 325.86º 0.54% 0.58% -
HSV(B) 325.86º 0.57% 0.8% -
XYZ 34.67 22.49 33.52 -
YUV 131.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 205 89 155 0 0.57 0.24 0.20 325.86 0.54 0.58
Hex CD 59 9B 0 39 18 14 146 36 3A
Octal 315 131 233 0 71 30 24 506 66 72
Binary 11001101 1011001 10011011 0 111001 11000 10100 101000110 110110 111010

Color Harmonies of #CD599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD599B

Black with #CD599B

Text Example


Text Example

White with #CD599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD599B; }

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

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

background-color css

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

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

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

border-color css

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

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

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