#C692B1

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

Shades of Lily #C692B1

Tints of Lily #C692B1

Color information

#C692B1 (or 0xC692B1) is unknown color: approx Lily. HEX triplet: C6, 92 and B1. RGB value is (198,146,177). Sum of RGB (Red+Green+Blue) = 198+146+177=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C692B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C692B1 is #396D4E. Grayscale: #A5A5A5. Windows color (decimal): -3763535 or 11637446. OLE color: 11637446.

HSL color Cylindrical-coordinate representation of color #C692B1: hue angle of 324.23º 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 #C692B1 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB198146177-
CMYK00.260.110.22
HSL324.23º31.33%67.45%-
HSV(B)324.23º26.26%77.65%-
XYZ41.535.7446.31-
YUV165.08134.73151.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=38.00%
G=28.02%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814617700.260.110.22324.2331.3367.45
HexC692B101AB161441f43
Octal306222261032132650437103
Binary110001101001001010110001011010101110110101000100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692B1; }

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

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

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

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

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

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

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

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