Html Css Color HEX #CA4BA8 Mulberry

📋 copy color: '#CA4BA8'

red 202 ◦ green 75 ◦ blue 168

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

Shades of Mulberry #CA4BA8

Tints of Mulberry #CA4BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.75%

R = 45.39%
G = 16.85%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA4BA8 (or 0xCA4BA8) is known color: Mulberry. HEX triplet: CA, 4B and A8. RGB value is (202,75,168). Sum of RGB (Red+Green+Blue) = 202+75+168=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BA8 is #35B457. Grayscale: #7B7B7B. Windows color (decimal): -3519576 or 11029450. OLE color: 11029450.

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

Color convert

RGB 202 75 168 -
CMYK 0 0.63 0.17 0.21
HSL 316.06º 0.55% 0.54% -
HSV(B) 316.06º 0.63% 0.79% -
XYZ 33.94 20.42 39.2 -
YUV 123.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 202 75 168 0 0.63 0.17 0.21 316.06 0.55 0.54
Hex CA 4B A8 0 3F 11 15 13C 37 36
Octal 312 113 250 0 77 21 25 474 67 66
Binary 11001010 1001011 10101000 0 111111 10001 10101 100111100 110111 110110

Color Harmonies of #CA4BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BA8

Black with #CA4BA8

Text Example


Text Example

White with #CA4BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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