Html Css Color HEX #CA5A9F Mulberry

📋 copy color: '#CA5A9F'

red 202 ◦ green 90 ◦ blue 159

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

Shades of Mulberry #CA5A9F

Tints of Mulberry #CA5A9F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.96%

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

R = 44.79%
G = 19.96%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA5A9F (or 0xCA5A9F) is known color: Mulberry. HEX triplet: CA, 5A and 9F. RGB value is (202,90,159). Sum of RGB (Red+Green+Blue) = 202+90+159=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5A9F is #35A560. Grayscale: #838383. Windows color (decimal): -3515745 or 10443466. OLE color: 10443466.

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

Color convert

RGB 202 90 159 -
CMYK 0 0.55 0.21 0.21
HSL 323.04º 0.51% 0.57% -
HSV(B) 323.04º 0.55% 0.79% -
XYZ 34.27 22.37 35.31 -
YUV 131.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 202 90 159 0 0.55 0.21 0.21 323.04 0.51 0.57
Hex CA 5A 9F 0 37 15 15 143 33 39
Octal 312 132 237 0 67 25 25 503 63 71
Binary 11001010 1011010 10011111 0 110111 10101 10101 101000011 110011 111001

Color Harmonies of #CA5A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A9F

Black with #CA5A9F

Text Example


Text Example

White with #CA5A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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