Html Css Color HEX #CA4896 Mulberry

📋 copy color: '#CA4896'

red 202 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #CA4896

Tints of Mulberry #CA4896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.98%

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 47.64%
G = 16.98%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA4896 (or 0xCA4896) is known color: Mulberry. HEX triplet: CA, 48 and 96. RGB value is (202,72,150). Sum of RGB (Red+Green+Blue) = 202+72+150=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4896 is #35B769. Grayscale: #777777. Windows color (decimal): -3520362 or 9849034. OLE color: 9849034.

HSL color Cylindrical-coordinate representation of color #CA4896: hue angle of 324º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4896 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 72 150 -
CMYK 0 0.64 0.26 0.21
HSL 324º 0.55% 0.54% -
HSV(B) 324º 0.64% 0.79% -
XYZ 32.18 19.39 30.9 -
YUV 119.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 202 72 150 0 0.64 0.26 0.21 324 0.55 0.54
Hex CA 48 96 0 40 1A 15 144 37 36
Octal 312 110 226 0 100 32 25 504 67 66
Binary 11001010 1001000 10010110 0 1000000 11010 10101 101000100 110111 110110

Color Harmonies of #CA4896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4896

Black with #CA4896

Text Example


Text Example

White with #CA4896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4896; }

 p { color: rgb(202,72,150); }

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

background-color css

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

 a { background-color: rgb(202,72,150); }

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

border-color css

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

 span { border-color: rgb(202,72,150); }

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