Html Css Color HEX #CA469A Mulberry

📋 copy color: '#CA469A'

red 202 ◦ green 70 ◦ blue 154

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

Shades of Mulberry #CA469A

Tints of Mulberry #CA469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.43%

 BLUE value IS 154 (60.55% from 255) = 36.15%

R = 47.42%
G = 16.43%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA469A (or 0xCA469A) is known color: Mulberry. HEX triplet: CA, 46 and 9A. RGB value is (202,70,154). Sum of RGB (Red+Green+Blue) = 202+70+154=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA469A is #35B965. Grayscale: #767676. Windows color (decimal): -3520870 or 10110666. OLE color: 10110666.

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

Color convert

RGB 202 70 154 -
CMYK 0 0.65 0.24 0.21
HSL 321.82º 0.55% 0.53% -
HSV(B) 321.82º 0.65% 0.79% -
XYZ 32.38 19.27 32.58 -
YUV 119.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 202 70 154 0 0.65 0.24 0.21 321.82 0.55 0.53
Hex CA 46 9A 0 41 18 15 142 37 35
Octal 312 106 232 0 101 30 25 502 67 65
Binary 11001010 1000110 10011010 0 1000001 11000 10101 101000010 110111 110101

Color Harmonies of #CA469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA469A

Black with #CA469A

Text Example


Text Example

White with #CA469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA469A; }

 p { color: rgb(202,70,154); }

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

background-color css

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

 a { background-color: rgb(202,70,154); }

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

border-color css

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

 span { border-color: rgb(202,70,154); }

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