Html Css Color HEX #CA488E Mulberry

📋 copy color: '#CA488E'

red 202 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #CA488E

Tints of Mulberry #CA488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 48.56%
G = 17.31%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA488E (or 0xCA488E) is known color: Mulberry. HEX triplet: CA, 48 and 8E. RGB value is (202,72,142). Sum of RGB (Red+Green+Blue) = 202+72+142=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA488E is #35B771. Grayscale: #767676. Windows color (decimal): -3520370 or 9324746. OLE color: 9324746.

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

Color convert

RGB 202 72 142 -
CMYK 0 0.64 0.30 0.21
HSL 327.69º 0.55% 0.54% -
HSV(B) 327.69º 0.64% 0.79% -
XYZ 31.56 19.14 27.62 -
YUV 118.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 202 72 142 0 0.64 0.30 0.21 327.69 0.55 0.54
Hex CA 48 8E 0 40 1E 15 148 37 36
Octal 312 110 216 0 100 36 25 510 67 66
Binary 11001010 1001000 10001110 0 1000000 11110 10101 101001000 110111 110110

Color Harmonies of #CA488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA488E

Black with #CA488E

Text Example


Text Example

White with #CA488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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