Html Css Color HEX #CA5A98 Mulberry

📋 copy color: '#CA5A98'

red 202 ◦ green 90 ◦ blue 152

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

Shades of Mulberry #CA5A98

Tints of Mulberry #CA5A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.23%

R = 45.5%
G = 20.27%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA5A98 (or 0xCA5A98) is known color: Mulberry. HEX triplet: CA, 5A and 98. RGB value is (202,90,152). Sum of RGB (Red+Green+Blue) = 202+90+152=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5A98 is #35A567. Grayscale: #828282. Windows color (decimal): -3515752 or 9984714. OLE color: 9984714.

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

Color convert

RGB 202 90 152 -
CMYK 0 0.55 0.25 0.21
HSL 326.79º 0.51% 0.57% -
HSV(B) 326.79º 0.55% 0.79% -
XYZ 33.68 22.14 32.2 -
YUV 130.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 202 90 152 0 0.55 0.25 0.21 326.79 0.51 0.57
Hex CA 5A 98 0 37 19 15 147 33 39
Octal 312 132 230 0 67 31 25 507 63 71
Binary 11001010 1011010 10011000 0 110111 11001 10101 101000111 110011 111001

Color Harmonies of #CA5A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A98

Black with #CA5A98

Text Example


Text Example

White with #CA5A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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