Html Css Color HEX #CA5C98 Mulberry

📋 copy color: '#CA5C98'

red 202 ◦ green 92 ◦ blue 152

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

Shades of Mulberry #CA5C98

Tints of Mulberry #CA5C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.08%

R = 45.29%
G = 20.63%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA5C98 (or 0xCA5C98) is known color: Mulberry. HEX triplet: CA, 5C and 98. RGB value is (202,92,152). Sum of RGB (Red+Green+Blue) = 202+92+152=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5C98 is #35A367. Grayscale: #838383. Windows color (decimal): -3515240 or 9985226. OLE color: 9985226.

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

Color convert

RGB 202 92 152 -
CMYK 0 0.54 0.25 0.21
HSL 327.27º 0.51% 0.58% -
HSV(B) 327.27º 0.54% 0.79% -
XYZ 33.85 22.48 32.26 -
YUV 131.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 202 92 152 0 0.54 0.25 0.21 327.27 0.51 0.58
Hex CA 5C 98 0 36 19 15 147 33 3A
Octal 312 134 230 0 66 31 25 507 63 72
Binary 11001010 1011100 10011000 0 110110 11001 10101 101000111 110011 111010

Color Harmonies of #CA5C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5C98

Black with #CA5C98

Text Example


Text Example

White with #CA5C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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