Html Css Color HEX #CA4B8A Mulberry

📋 copy color: '#CA4B8A'

red 202 ◦ green 75 ◦ blue 138

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

Shades of Mulberry #CA4B8A

Tints of Mulberry #CA4B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 48.67%
G = 18.07%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA4B8A (or 0xCA4B8A) is known color: Mulberry. HEX triplet: CA, 4B and 8A. RGB value is (202,75,138). Sum of RGB (Red+Green+Blue) = 202+75+138=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B8A is #35B475. Grayscale: #787878. Windows color (decimal): -3519606 or 9063370. OLE color: 9063370.

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

Color convert

RGB 202 75 138 -
CMYK 0 0.63 0.32 0.21
HSL 330.24º 0.55% 0.54% -
HSV(B) 330.24º 0.63% 0.79% -
XYZ 31.46 19.42 26.14 -
YUV 120.16 138.08 186.38 -
System Red Green Blue C M Y K H S L
Decimal 202 75 138 0 0.63 0.32 0.21 330.24 0.55 0.54
Hex CA 4B 8A 0 3F 20 15 14A 37 36
Octal 312 113 212 0 77 40 25 512 67 66
Binary 11001010 1001011 10001010 0 111111 100000 10101 101001010 110111 110110

Color Harmonies of #CA4B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B8A

Black with #CA4B8A

Text Example


Text Example

White with #CA4B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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