Html Css Color HEX #CA4B9B Mulberry

📋 copy color: '#CA4B9B'

red 202 ◦ green 75 ◦ blue 155

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

Shades of Mulberry #CA4B9B

Tints of Mulberry #CA4B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 46.76%
G = 17.36%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA4B9B (or 0xCA4B9B) is known color: Mulberry. HEX triplet: CA, 4B and 9B. RGB value is (202,75,155). Sum of RGB (Red+Green+Blue) = 202+75+155=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B9B is #35B464. Grayscale: #797979. Windows color (decimal): -3519589 or 10177482. OLE color: 10177482.

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

Color convert

RGB 202 75 155 -
CMYK 0 0.63 0.23 0.21
HSL 322.2º 0.55% 0.54% -
HSV(B) 322.2º 0.63% 0.79% -
XYZ 32.79 19.96 33.13 -
YUV 122.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 202 75 155 0 0.63 0.23 0.21 322.2 0.55 0.54
Hex CA 4B 9B 0 3F 17 15 142 37 36
Octal 312 113 233 0 77 27 25 502 67 66
Binary 11001010 1001011 10011011 0 111111 10111 10101 101000010 110111 110110

Color Harmonies of #CA4B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B9B

Black with #CA4B9B

Text Example


Text Example

White with #CA4B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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