Html Css Color HEX #CA468E Mulberry

📋 copy color: '#CA468E'

red 202 ◦ green 70 ◦ blue 142

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

Shades of Mulberry #CA468E

Tints of Mulberry #CA468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 48.79%
G = 16.91%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA468E (or 0xCA468E) is known color: Mulberry. HEX triplet: CA, 46 and 8E. RGB value is (202,70,142). Sum of RGB (Red+Green+Blue) = 202+70+142=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA468E is #35B971. Grayscale: #757575. Windows color (decimal): -3520882 or 9324234. OLE color: 9324234.

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

Color convert

RGB 202 70 142 -
CMYK 0 0.65 0.30 0.21
HSL 327.27º 0.55% 0.53% -
HSV(B) 327.27º 0.65% 0.79% -
XYZ 31.43 18.89 27.58 -
YUV 117.68 141.73 188.15 -
System Red Green Blue C M Y K H S L
Decimal 202 70 142 0 0.65 0.30 0.21 327.27 0.55 0.53
Hex CA 46 8E 0 41 1E 15 147 37 35
Octal 312 106 216 0 101 36 25 507 67 65
Binary 11001010 1000110 10001110 0 1000001 11110 10101 101000111 110111 110101

Color Harmonies of #CA468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA468E

Black with #CA468E

Text Example


Text Example

White with #CA468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA468E; }

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

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

background-color css

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

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

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

border-color css

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

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

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