Html Css Color HEX #CA5CA5 Mulberry

📋 copy color: '#CA5CA5'

red 202 ◦ green 92 ◦ blue 165

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

Shades of Mulberry #CA5CA5

Tints of Mulberry #CA5CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.95%

R = 44.01%
G = 20.04%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA5CA5 (or 0xCA5CA5) is known color: Mulberry. HEX triplet: CA, 5C and A5. RGB value is (202,92,165). Sum of RGB (Red+Green+Blue) = 202+92+165=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5CA5 is #35A35A. Grayscale: #858585. Windows color (decimal): -3515227 or 10837194. OLE color: 10837194.

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

Color convert

RGB 202 92 165 -
CMYK 0 0.54 0.18 0.21
HSL 320.18º 0.51% 0.58% -
HSV(B) 320.18º 0.54% 0.79% -
XYZ 34.98 22.93 38.18 -
YUV 133.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 202 92 165 0 0.54 0.18 0.21 320.18 0.51 0.58
Hex CA 5C A5 0 36 12 15 140 33 3A
Octal 312 134 245 0 66 22 25 500 63 72
Binary 11001010 1011100 10100101 0 110110 10010 10101 101000000 110011 111010

Color Harmonies of #CA5CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CA5

Black with #CA5CA5

Text Example


Text Example

White with #CA5CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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