Html Css Color HEX #CA4988 Mulberry

📋 copy color: '#CA4988'

red 202 ◦ green 73 ◦ blue 136

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

Shades of Mulberry #CA4988

Tints of Mulberry #CA4988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.76%

 BLUE value IS 136 (53.52% from 255) = 33.09%

R = 49.15%
G = 17.76%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA4988 (or 0xCA4988) is known color: Mulberry. HEX triplet: CA, 49 and 88. RGB value is (202,73,136). Sum of RGB (Red+Green+Blue) = 202+73+136=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4988 is #35B677. Grayscale: #767676. Windows color (decimal): -3520120 or 8931786. OLE color: 8931786.

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

Color convert

RGB 202 73 136 -
CMYK 0 0.64 0.33 0.21
HSL 330.7º 0.55% 0.54% -
HSV(B) 330.7º 0.64% 0.79% -
XYZ 31.18 19.1 25.34 -
YUV 118.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 202 73 136 0 0.64 0.33 0.21 330.7 0.55 0.54
Hex CA 49 88 0 40 21 15 14B 37 36
Octal 312 111 210 0 100 41 25 513 67 66
Binary 11001010 1001001 10001000 0 1000000 100001 10101 101001011 110111 110110

Color Harmonies of #CA4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4988

Black with #CA4988

Text Example


Text Example

White with #CA4988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4988; }

 p { color: rgb(202,73,136); }

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

background-color css

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

 a { background-color: rgb(202,73,136); }

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

border-color css

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

 span { border-color: rgb(202,73,136); }

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