Html Css Color HEX #CA4C8A Mulberry

📋 copy color: '#CA4C8A'

red 202 ◦ green 76 ◦ blue 138

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

Shades of Mulberry #CA4C8A

Tints of Mulberry #CA4C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 48.56%
G = 18.27%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA4C8A (or 0xCA4C8A) is known color: Mulberry. HEX triplet: CA, 4C and 8A. RGB value is (202,76,138). Sum of RGB (Red+Green+Blue) = 202+76+138=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4C8A is #35B375. Grayscale: #787878. Windows color (decimal): -3519350 or 9063626. OLE color: 9063626.

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

Color convert

RGB 202 76 138 -
CMYK 0 0.62 0.32 0.21
HSL 330.48º 0.54% 0.55% -
HSV(B) 330.48º 0.62% 0.79% -
XYZ 31.53 19.56 26.16 -
YUV 120.74 137.74 185.96 -
System Red Green Blue C M Y K H S L
Decimal 202 76 138 0 0.62 0.32 0.21 330.48 0.54 0.55
Hex CA 4C 8A 0 3E 20 15 14A 36 37
Octal 312 114 212 0 76 40 25 512 66 67
Binary 11001010 1001100 10001010 0 111110 100000 10101 101001010 110110 110111

Color Harmonies of #CA4C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4C8A

Black with #CA4C8A

Text Example


Text Example

White with #CA4C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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