#C692C1

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

Shades of Lilac #C692C1

Tints of Lilac #C692C1

Color information

#C692C1 (or 0xC692C1) is unknown color: approx Lilac. HEX triplet: C6, 92 and C1. RGB value is (198,146,193). Sum of RGB (Red+Green+Blue) = 198+146+193=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C692C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692C1 is #396D3E. Grayscale: #A6A6A6. Windows color (decimal): -3763519 or 12686022. OLE color: 12686022.

HSL color Cylindrical-coordinate representation of color #C692C1: hue angle of 305.77º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C692C1 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB198146193-
CMYK00.260.030.22
HSL305.77º31.33%67.45%-
HSV(B)305.77º26.26%77.65%-
XYZ43.1936.4155.2-
YUV166.91142.73150.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 193 (75.78% from 255) = 35.94%
R=36.87%
G=27.19%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814619300.260.030.22305.7731.3367.45
HexC692C101A3161321f43
Octal30622230103232646237103
Binary1100011010010010110000010110101110110100110010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692C1; }

 p { color: rgb(198,146,193); }

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

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

 a { background-color: rgb(198,146,193); }

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

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

 span { border-color: rgb(198,146,193); }

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