Html Css Color HEX #CA5A9B Mulberry

📋 copy color: '#CA5A9B'

red 202 ◦ green 90 ◦ blue 155

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

Shades of Mulberry #CA5A9B

Tints of Mulberry #CA5A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 45.19%
G = 20.13%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA5A9B (or 0xCA5A9B) is known color: Mulberry. HEX triplet: CA, 5A and 9B. RGB value is (202,90,155). Sum of RGB (Red+Green+Blue) = 202+90+155=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5A9B is #35A564. Grayscale: #828282. Windows color (decimal): -3515749 or 10181322. OLE color: 10181322.

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

Color convert

RGB 202 90 155 -
CMYK 0 0.55 0.23 0.21
HSL 325.18º 0.51% 0.57% -
HSV(B) 325.18º 0.55% 0.79% -
XYZ 33.93 22.24 33.51 -
YUV 130.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 202 90 155 0 0.55 0.23 0.21 325.18 0.51 0.57
Hex CA 5A 9B 0 37 17 15 145 33 39
Octal 312 132 233 0 67 27 25 505 63 71
Binary 11001010 1011010 10011011 0 110111 10111 10101 101000101 110011 111001

Color Harmonies of #CA5A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A9B

Black with #CA5A9B

Text Example


Text Example

White with #CA5A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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