#C892FF

Color #C892FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #C892FF

Tints of Mauve #C892FF

Color information

#C892FF (or 0xC892FF) is unknown color: approx Mauve. HEX triplet: C8, 92 and FF. RGB value is (200,146,255). Sum of RGB (Red+Green+Blue) = 200+146+255=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #C892FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892FF is #376D00. Grayscale: #AEAEAE. Windows color (decimal): -3632385 or 16749256. OLE color: 16749256.

HSL color Cylindrical-coordinate representation of color #C892FF: hue angle of 269.72º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C892FF is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200146255-
CMYK0.220.4300
HSL269.72º100%78.63%-
HSV(B)269.72º42.75%100%-
XYZ52.1540.0699.59-
YUV174.57173.39146.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.28%
GREEN value IS 146 (57.42% from 255) = 24.29%
BLUE value IS 255 (100% from 255) = 42.43%
R=33.28%
G=24.29%
B=42.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001462550.220.4300269.7210078.63
HexC892FF162B0010e644f
Octal310222377265300416144117
Binary110010001001001011111111101101010110010000111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C892FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C892FF; }

 p { color: rgb(200,146,255); }

 H1.HeaderClassName
 {
   color: #C892FF;
 }
 .AnyTagClassName
 {
   color: #C892FF;
 }
</style>
background-color css

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

 a { background-color: rgb(200,146,255); }

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

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

 span { border-color: rgb(200,146,255); }

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