Html Css Color HEX #CA5CA4 Mulberry

📋 copy color: '#CA5CA4'

red 202 ◦ green 92 ◦ blue 164

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

Shades of Mulberry #CA5CA4

Tints of Mulberry #CA5CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.81%

R = 44.1%
G = 20.09%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#CA5CA4 (or 0xCA5CA4) is known color: Mulberry. HEX triplet: CA, 5C and A4. RGB value is (202,92,164). Sum of RGB (Red+Green+Blue) = 202+92+164=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5CA4 is #35A35B. Grayscale: #848484. Windows color (decimal): -3515228 or 10771658. OLE color: 10771658.

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

Color convert

RGB 202 92 164 -
CMYK 0 0.54 0.19 0.21
HSL 320.73º 0.51% 0.58% -
HSV(B) 320.73º 0.54% 0.79% -
XYZ 34.89 22.89 37.7 -
YUV 133.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 202 92 164 0 0.54 0.19 0.21 320.73 0.51 0.58
Hex CA 5C A4 0 36 13 15 141 33 3A
Octal 312 134 244 0 66 23 25 501 63 72
Binary 11001010 1011100 10100100 0 110110 10011 10101 101000001 110011 111010

Color Harmonies of #CA5CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CA4

Black with #CA5CA4

Text Example


Text Example

White with #CA5CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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