Html Css Color HEX #CA4BA4 Mulberry

📋 copy color: '#CA4BA4'

red 202 ◦ green 75 ◦ blue 164

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

Shades of Mulberry #CA4BA4

Tints of Mulberry #CA4BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.19%

R = 45.8%
G = 17.01%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#CA4BA4 (or 0xCA4BA4) is known color: Mulberry. HEX triplet: CA, 4B and A4. RGB value is (202,75,164). Sum of RGB (Red+Green+Blue) = 202+75+164=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BA4 is #35B45B. Grayscale: #7A7A7A. Windows color (decimal): -3519580 or 10767306. OLE color: 10767306.

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

Color convert

RGB 202 75 164 -
CMYK 0 0.63 0.19 0.21
HSL 317.95º 0.55% 0.54% -
HSV(B) 317.95º 0.63% 0.79% -
XYZ 33.57 20.27 37.26 -
YUV 123.12 151.08 184.26 -
System Red Green Blue C M Y K H S L
Decimal 202 75 164 0 0.63 0.19 0.21 317.95 0.55 0.54
Hex CA 4B A4 0 3F 13 15 13E 37 36
Octal 312 113 244 0 77 23 25 476 67 66
Binary 11001010 1001011 10100100 0 111111 10011 10101 100111110 110111 110110

Color Harmonies of #CA4BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BA4

Black with #CA4BA4

Text Example


Text Example

White with #CA4BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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