Html Css Color HEX #CA5690 Mulberry

📋 copy color: '#CA5690'

red 202 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #CA5690

Tints of Mulberry #CA5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.91%

 BLUE value IS 144 (56.64% from 255) = 33.33%

R = 46.76%
G = 19.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA5690 (or 0xCA5690) is known color: Mulberry. HEX triplet: CA, 56 and 90. RGB value is (202,86,144). Sum of RGB (Red+Green+Blue) = 202+86+144=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5690 is #35A96F. Grayscale: #7F7F7F. Windows color (decimal): -3516784 or 9459402. OLE color: 9459402.

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

Color convert

RGB 202 86 144 -
CMYK 0 0.57 0.29 0.21
HSL 330º 0.52% 0.56% -
HSV(B) 330º 0.57% 0.79% -
XYZ 32.72 21.23 28.76 -
YUV 127.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 202 86 144 0 0.57 0.29 0.21 330 0.52 0.56
Hex CA 56 90 0 39 1D 15 14A 34 38
Octal 312 126 220 0 71 35 25 512 64 70
Binary 11001010 1010110 10010000 0 111001 11101 10101 101001010 110100 111000

Color Harmonies of #CA5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5690

Black with #CA5690

Text Example


Text Example

White with #CA5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5690; }

 p { color: rgb(202,86,144); }

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

background-color css

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

 a { background-color: rgb(202,86,144); }

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

border-color css

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

 span { border-color: rgb(202,86,144); }

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