Html Css Color HEX #CA408C Mulberry

📋 copy color: '#CA408C'

red 202 ◦ green 64 ◦ blue 140

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

Shades of Mulberry #CA408C

Tints of Mulberry #CA408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 49.75%
G = 15.76%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA408C (or 0xCA408C) is known color: Mulberry. HEX triplet: CA, 40 and 8C. RGB value is (202,64,140). Sum of RGB (Red+Green+Blue) = 202+64+140=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA408C is #35BF73. Grayscale: #717171. Windows color (decimal): -3522420 or 9191626. OLE color: 9191626.

HSL color Cylindrical-coordinate representation of color #CA408C: hue angle of 326.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA408C is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 140 -
CMYK 0 0.68 0.31 0.21
HSL 326.96º 0.57% 0.52% -
HSV(B) 326.96º 0.68% 0.79% -
XYZ 30.92 18.12 26.68 -
YUV 113.93 142.72 190.82 -
System Red Green Blue C M Y K H S L
Decimal 202 64 140 0 0.68 0.31 0.21 326.96 0.57 0.52
Hex CA 40 8C 0 44 1F 15 147 39 34
Octal 312 100 214 0 104 37 25 507 71 64
Binary 11001010 1000000 10001100 0 1000100 11111 10101 101000111 111001 110100

Color Harmonies of #CA408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA408C

Black with #CA408C

Text Example


Text Example

White with #CA408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA408C; }

 p { color: rgb(202,64,140); }

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

background-color css

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

 a { background-color: rgb(202,64,140); }

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

border-color css

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

 span { border-color: rgb(202,64,140); }

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