Html Css Color HEX #CA4BA5 Mulberry

📋 copy color: '#CA4BA5'

red 202 ◦ green 75 ◦ blue 165

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

Shades of Mulberry #CA4BA5

Tints of Mulberry #CA4BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.33%

R = 45.7%
G = 16.97%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA4BA5 (or 0xCA4BA5) is known color: Mulberry. HEX triplet: CA, 4B and A5. RGB value is (202,75,165). Sum of RGB (Red+Green+Blue) = 202+75+165=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BA5 is #35B45A. Grayscale: #7B7B7B. Windows color (decimal): -3519579 or 10832842. OLE color: 10832842.

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

Color convert

RGB 202 75 165 -
CMYK 0 0.63 0.18 0.21
HSL 317.48º 0.55% 0.54% -
HSV(B) 317.48º 0.63% 0.79% -
XYZ 33.66 20.31 37.74 -
YUV 123.23 151.58 184.18 -
System Red Green Blue C M Y K H S L
Decimal 202 75 165 0 0.63 0.18 0.21 317.48 0.55 0.54
Hex CA 4B A5 0 3F 12 15 13D 37 36
Octal 312 113 245 0 77 22 25 475 67 66
Binary 11001010 1001011 10100101 0 111111 10010 10101 100111101 110111 110110

Color Harmonies of #CA4BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BA5

Black with #CA4BA5

Text Example


Text Example

White with #CA4BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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