Html Css Color HEX #CA58A0 Mulberry

📋 copy color: '#CA58A0'

red 202 ◦ green 88 ◦ blue 160

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

Shades of Mulberry #CA58A0

Tints of Mulberry #CA58A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 44.89%
G = 19.56%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA58A0 (or 0xCA58A0) is known color: Mulberry. HEX triplet: CA, 58 and A0. RGB value is (202,88,160). Sum of RGB (Red+Green+Blue) = 202+88+160=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58A0 is #35A75F. Grayscale: #828282. Windows color (decimal): -3516256 or 10508490. OLE color: 10508490.

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

Color convert

RGB 202 88 160 -
CMYK 0 0.56 0.21 0.21
HSL 322.11º 0.52% 0.57% -
HSV(B) 322.11º 0.56% 0.79% -
XYZ 34.19 22.07 35.72 -
YUV 130.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 202 88 160 0 0.56 0.21 0.21 322.11 0.52 0.57
Hex CA 58 A0 0 38 15 15 142 34 39
Octal 312 130 240 0 70 25 25 502 64 71
Binary 11001010 1011000 10100000 0 111000 10101 10101 101000010 110100 111001

Color Harmonies of #CA58A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58A0

Black with #CA58A0

Text Example


Text Example

White with #CA58A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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