Html Css Color HEX #CA5CA0 Mulberry

📋 copy color: '#CA5CA0'

red 202 ◦ green 92 ◦ blue 160

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

Shades of Mulberry #CA5CA0

Tints of Mulberry #CA5CA0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

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

R = 44.49%
G = 20.26%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA5CA0 (or 0xCA5CA0) is known color: Mulberry. HEX triplet: CA, 5C and A0. RGB value is (202,92,160). Sum of RGB (Red+Green+Blue) = 202+92+160=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5CA0 is #35A35F. Grayscale: #848484. Windows color (decimal): -3515232 or 10509514. OLE color: 10509514.

HSL color Cylindrical-coordinate representation of color #CA5CA0: hue angle of 322.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5CA0 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 92 160 -
CMYK 0 0.54 0.21 0.21
HSL 322.91º 0.51% 0.58% -
HSV(B) 322.91º 0.54% 0.79% -
XYZ 34.53 22.75 35.83 -
YUV 132.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 202 92 160 0 0.54 0.21 0.21 322.91 0.51 0.58
Hex CA 5C A0 0 36 15 15 143 33 3A
Octal 312 134 240 0 66 25 25 503 63 72
Binary 11001010 1011100 10100000 0 110110 10101 10101 101000011 110011 111010

Color Harmonies of #CA5CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CA0

Black with #CA5CA0

Text Example


Text Example

White with #CA5CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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