Html Css Color HEX #CA589E Mulberry

📋 copy color: '#CA589E'

red 202 ◦ green 88 ◦ blue 158

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

Shades of Mulberry #CA589E

Tints of Mulberry #CA589E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.27%

R = 45.09%
G = 19.64%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA589E (or 0xCA589E) is known color: Mulberry. HEX triplet: CA, 58 and 9E. RGB value is (202,88,158). Sum of RGB (Red+Green+Blue) = 202+88+158=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA589E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA589E is #35A761. Grayscale: #818181. Windows color (decimal): -3516258 or 10377418. OLE color: 10377418.

HSL color Cylindrical-coordinate representation of color #CA589E: hue angle of 323.16º 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 #CA589E is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 88 158 -
CMYK 0 0.56 0.22 0.21
HSL 323.16º 0.52% 0.57% -
HSV(B) 323.16º 0.56% 0.79% -
XYZ 34.02 22 34.8 -
YUV 130.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 202 88 158 0 0.56 0.22 0.21 323.16 0.52 0.57
Hex CA 58 9E 0 38 16 15 143 34 39
Octal 312 130 236 0 70 26 25 503 64 71
Binary 11001010 1011000 10011110 0 111000 10110 10101 101000011 110100 111001

Color Harmonies of #CA589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA589E

Black with #CA589E

Text Example


Text Example

White with #CA589E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA589E; }

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

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

background-color css

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

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

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

border-color css

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

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

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