Html Css Color HEX #CA4489 Mulberry

📋 copy color: '#CA4489'

red 202 ◦ green 68 ◦ blue 137

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

Shades of Mulberry #CA4489

Tints of Mulberry #CA4489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.71%

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

R = 49.63%
G = 16.71%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA4489 (or 0xCA4489) is known color: Mulberry. HEX triplet: CA, 44 and 89. RGB value is (202,68,137). Sum of RGB (Red+Green+Blue) = 202+68+137=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4489 is #35BB76. Grayscale: #737373. Windows color (decimal): -3521399 or 8996042. OLE color: 8996042.

HSL color Cylindrical-coordinate representation of color #CA4489: hue angle of 329.1º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4489 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 68 137 -
CMYK 0 0.66 0.32 0.21
HSL 329.1º 0.56% 0.53% -
HSV(B) 329.1º 0.66% 0.79% -
XYZ 30.94 18.5 25.61 -
YUV 115.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 202 68 137 0 0.66 0.32 0.21 329.1 0.56 0.53
Hex CA 44 89 0 42 20 15 149 38 35
Octal 312 104 211 0 102 40 25 511 70 65
Binary 11001010 1000100 10001001 0 1000010 100000 10101 101001001 111000 110101

Color Harmonies of #CA4489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4489

Black with #CA4489

Text Example


Text Example

White with #CA4489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4489; }

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

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

background-color css

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

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

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

border-color css

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

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

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