Html Css Color HEX #CA4889 Mulberry

📋 copy color: '#CA4889'

red 202 ◦ green 72 ◦ blue 137

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

Shades of Mulberry #CA4889

Tints of Mulberry #CA4889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.52%

 BLUE value IS 137 (53.91% from 255) = 33.33%

R = 49.15%
G = 17.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA4889 (or 0xCA4889) is known color: Mulberry. HEX triplet: CA, 48 and 89. RGB value is (202,72,137). Sum of RGB (Red+Green+Blue) = 202+72+137=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4889 is #35B776. Grayscale: #767676. Windows color (decimal): -3520375 or 8997066. OLE color: 8997066.

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

Color convert

RGB 202 72 137 -
CMYK 0 0.64 0.32 0.21
HSL 330º 0.55% 0.54% -
HSV(B) 330º 0.64% 0.79% -
XYZ 31.19 19 25.69 -
YUV 118.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 202 72 137 0 0.64 0.32 0.21 330 0.55 0.54
Hex CA 48 89 0 40 20 15 14A 37 36
Octal 312 110 211 0 100 40 25 512 67 66
Binary 11001010 1001000 10001001 0 1000000 100000 10101 101001010 110111 110110

Color Harmonies of #CA4889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4889

Black with #CA4889

Text Example


Text Example

White with #CA4889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4889; }

 p { color: rgb(202,72,137); }

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

background-color css

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

 a { background-color: rgb(202,72,137); }

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

border-color css

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

 span { border-color: rgb(202,72,137); }

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