Html Css Color HEX #CA4B9A Mulberry

📋 copy color: '#CA4B9A'

red 202 ◦ green 75 ◦ blue 154

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

Shades of Mulberry #CA4B9A

Tints of Mulberry #CA4B9A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.4%

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 46.87%
G = 17.4%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA4B9A (or 0xCA4B9A) is known color: Mulberry. HEX triplet: CA, 4B and 9A. RGB value is (202,75,154). Sum of RGB (Red+Green+Blue) = 202+75+154=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B9A is #35B465. Grayscale: #797979. Windows color (decimal): -3519590 or 10111946. OLE color: 10111946.

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

Color convert

RGB 202 75 154 -
CMYK 0 0.63 0.24 0.21
HSL 322.68º 0.55% 0.54% -
HSV(B) 322.68º 0.63% 0.79% -
XYZ 32.71 19.92 32.69 -
YUV 121.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 202 75 154 0 0.63 0.24 0.21 322.68 0.55 0.54
Hex CA 4B 9A 0 3F 18 15 143 37 36
Octal 312 113 232 0 77 30 25 503 67 66
Binary 11001010 1001011 10011010 0 111111 11000 10101 101000011 110111 110110

Color Harmonies of #CA4B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B9A

Black with #CA4B9A

Text Example


Text Example

White with #CA4B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B9A; }

 p { color: rgb(202,75,154); }

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

background-color css

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

 a { background-color: rgb(202,75,154); }

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

border-color css

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

 span { border-color: rgb(202,75,154); }

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