Html Css Color HEX #CA5896 Mulberry

📋 copy color: '#CA5896'

red 202 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #CA5896

Tints of Mulberry #CA5896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.09%

R = 45.91%
G = 20%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA5896 (or 0xCA5896) is known color: Mulberry. HEX triplet: CA, 58 and 96. RGB value is (202,88,150). Sum of RGB (Red+Green+Blue) = 202+88+150=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5896 is #35A769. Grayscale: #818181. Windows color (decimal): -3516266 or 9853130. OLE color: 9853130.

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

Color convert

RGB 202 88 150 -
CMYK 0 0.56 0.26 0.21
HSL 327.37º 0.52% 0.57% -
HSV(B) 327.37º 0.56% 0.79% -
XYZ 33.35 21.74 31.29 -
YUV 129.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 202 88 150 0 0.56 0.26 0.21 327.37 0.52 0.57
Hex CA 58 96 0 38 1A 15 147 34 39
Octal 312 130 226 0 70 32 25 507 64 71
Binary 11001010 1011000 10010110 0 111000 11010 10101 101000111 110100 111001

Color Harmonies of #CA5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5896

Black with #CA5896

Text Example


Text Example

White with #CA5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5896; }

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

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

background-color css

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

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

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

border-color css

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

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

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