Html Css Color HEX #CD599C Mulberry

📋 copy color: '#CD599C'

red 205 ◦ green 89 ◦ blue 156

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

Shades of Mulberry #CD599C

Tints of Mulberry #CD599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.67%

R = 45.56%
G = 19.78%
B = 34.67%

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

#CD599C (or 0xCD599C) is known color: Mulberry. HEX triplet: CD, 59 and 9C. RGB value is (205,89,156). Sum of RGB (Red+Green+Blue) = 205+89+156=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD599C is #32A663. Grayscale: #838383. Windows color (decimal): -3319396 or 10246605. OLE color: 10246605.

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

Color convert

RGB 205 89 156 -
CMYK 0 0.57 0.24 0.20
HSL 325.34º 0.54% 0.58% -
HSV(B) 325.34º 0.57% 0.8% -
XYZ 34.75 22.52 33.97 -
YUV 131.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 205 89 156 0 0.57 0.24 0.20 325.34 0.54 0.58
Hex CD 59 9C 0 39 18 14 145 36 3A
Octal 315 131 234 0 71 30 24 505 66 72
Binary 11001101 1011001 10011100 0 111001 11000 10100 101000101 110110 111010

Color Harmonies of #CD599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD599C

Black with #CD599C

Text Example


Text Example

White with #CD599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD599C; }

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

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

background-color css

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

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

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

border-color css

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

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

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