Html Css Color HEX #CA4CA0 Mulberry

📋 copy color: '#CA4CA0'

red 202 ◦ green 76 ◦ blue 160

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

Shades of Mulberry #CA4CA0

Tints of Mulberry #CA4CA0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

 BLUE value IS 160 (62.89% from 255) = 36.53%

R = 46.12%
G = 17.35%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA4CA0 (or 0xCA4CA0) is known color: Mulberry. HEX triplet: CA, 4C and A0. RGB value is (202,76,160). Sum of RGB (Red+Green+Blue) = 202+76+160=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4CA0 is #35B35F. Grayscale: #7B7B7B. Windows color (decimal): -3519328 or 10505418. OLE color: 10505418.

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

Color convert

RGB 202 76 160 -
CMYK 0 0.62 0.21 0.21
HSL 320º 0.54% 0.55% -
HSV(B) 320º 0.62% 0.79% -
XYZ 33.29 20.26 35.41 -
YUV 123.25 148.74 184.17 -
System Red Green Blue C M Y K H S L
Decimal 202 76 160 0 0.62 0.21 0.21 320 0.54 0.55
Hex CA 4C A0 0 3E 15 15 140 36 37
Octal 312 114 240 0 76 25 25 500 66 67
Binary 11001010 1001100 10100000 0 111110 10101 10101 101000000 110110 110111

Color Harmonies of #CA4CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CA0

Black with #CA4CA0

Text Example


Text Example

White with #CA4CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CA0; }

 p { color: rgb(202,76,160); }

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

background-color css

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

 a { background-color: rgb(202,76,160); }

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

border-color css

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

 span { border-color: rgb(202,76,160); }

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