Html Css Color HEX #CD598A Mulberry

📋 copy color: '#CD598A'

red 205 ◦ green 89 ◦ blue 138

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

Shades of Mulberry #CD598A

Tints of Mulberry #CD598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 47.45%
G = 20.6%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD598A (or 0xCD598A) is known color: Mulberry. HEX triplet: CD, 59 and 8A. RGB value is (205,89,138). Sum of RGB (Red+Green+Blue) = 205+89+138=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD598A is #32A675. Grayscale: #818181. Windows color (decimal): -3319414 or 9066957. OLE color: 9066957.

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

Color convert

RGB 205 89 138 -
CMYK 0 0.57 0.33 0.20
HSL 334.66º 0.54% 0.58% -
HSV(B) 334.66º 0.57% 0.8% -
XYZ 33.34 21.96 26.53 -
YUV 129.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 205 89 138 0 0.57 0.33 0.20 334.66 0.54 0.58
Hex CD 59 8A 0 39 21 14 14F 36 3A
Octal 315 131 212 0 71 41 24 517 66 72
Binary 11001101 1011001 10001010 0 111001 100001 10100 101001111 110110 111010

Color Harmonies of #CD598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD598A

Black with #CD598A

Text Example


Text Example

White with #CD598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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