Html Css Color HEX #CA488B Mulberry

📋 copy color: '#CA488B'

red 202 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #CA488B

Tints of Mulberry #CA488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 48.91%
G = 17.43%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA488B (or 0xCA488B) is known color: Mulberry. HEX triplet: CA, 48 and 8B. RGB value is (202,72,139). Sum of RGB (Red+Green+Blue) = 202+72+139=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA488B is #35B774. Grayscale: #767676. Windows color (decimal): -3520373 or 9128138. OLE color: 9128138.

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

Color convert

RGB 202 72 139 -
CMYK 0 0.64 0.31 0.21
HSL 329.08º 0.55% 0.54% -
HSV(B) 329.08º 0.64% 0.79% -
XYZ 31.33 19.06 26.45 -
YUV 118.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 202 72 139 0 0.64 0.31 0.21 329.08 0.55 0.54
Hex CA 48 8B 0 40 1F 15 149 37 36
Octal 312 110 213 0 100 37 25 511 67 66
Binary 11001010 1001000 10001011 0 1000000 11111 10101 101001001 110111 110110

Color Harmonies of #CA488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA488B

Black with #CA488B

Text Example


Text Example

White with #CA488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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