Html Css Color HEX #CA589F Mulberry

📋 copy color: '#CA589F'

red 202 ◦ green 88 ◦ blue 159

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

Shades of Mulberry #CA589F

Tints of Mulberry #CA589F

RGB

 RED value IS 202 (79.3% from 255) = 44.99%

 GREEN value IS 88 (34.77% from 255) = 19.6%

 BLUE value IS 159 (62.5% from 255) = 35.41%

R = 44.99%
G = 19.6%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA589F (or 0xCA589F) is known color: Mulberry. HEX triplet: CA, 58 and 9F. RGB value is (202,88,159). Sum of RGB (Red+Green+Blue) = 202+88+159=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA589F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA589F is #35A760. Grayscale: #828282. Windows color (decimal): -3516257 or 10442954. OLE color: 10442954.

HSL color Cylindrical-coordinate representation of color #CA589F: hue angle of 322.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA589F is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 88 159 -
CMYK 0 0.56 0.21 0.21
HSL 322.63º 0.52% 0.57% -
HSV(B) 322.63º 0.56% 0.79% -
XYZ 34.1 22.04 35.26 -
YUV 130.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 202 88 159 0 0.56 0.21 0.21 322.63 0.52 0.57
Hex CA 58 9F 0 38 15 15 143 34 39
Octal 312 130 237 0 70 25 25 503 64 71
Binary 11001010 1011000 10011111 0 111000 10101 10101 101000011 110100 111001

Color Harmonies of #CA589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA589F

Black with #CA589F

Text Example


Text Example

White with #CA589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA589F; }

 p { color: rgb(202,88,159); }

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

background-color css

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

 a { background-color: rgb(202,88,159); }

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

border-color css

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

 span { border-color: rgb(202,88,159); }

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