Html Css Color HEX #CA588B Mulberry

📋 copy color: '#CA588B'

red 202 ◦ green 88 ◦ blue 139

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

Shades of Mulberry #CA588B

Tints of Mulberry #CA588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 47.09%
G = 20.51%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA588B (or 0xCA588B) is known color: Mulberry. HEX triplet: CA, 58 and 8B. RGB value is (202,88,139). Sum of RGB (Red+Green+Blue) = 202+88+139=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA588B is #35A774. Grayscale: #7F7F7F. Windows color (decimal): -3516277 or 9132234. OLE color: 9132234.

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

Color convert

RGB 202 88 139 -
CMYK 0 0.56 0.31 0.21
HSL 333.16º 0.52% 0.57% -
HSV(B) 333.16º 0.56% 0.79% -
XYZ 32.51 21.4 26.84 -
YUV 127.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 202 88 139 0 0.56 0.31 0.21 333.16 0.52 0.57
Hex CA 58 8B 0 38 1F 15 14D 34 39
Octal 312 130 213 0 70 37 25 515 64 71
Binary 11001010 1011000 10001011 0 111000 11111 10101 101001101 110100 111001

Color Harmonies of #CA588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA588B

Black with #CA588B

Text Example


Text Example

White with #CA588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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