#C692B4

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

Shades of Lily #C692B4

Tints of Lily #C692B4

Color information

#C692B4 (or 0xC692B4) is unknown color: approx Lily. HEX triplet: C6, 92 and B4. RGB value is (198,146,180). Sum of RGB (Red+Green+Blue) = 198+146+180=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C692B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692B4 is #396D4B. Grayscale: #A5A5A5. Windows color (decimal): -3763532 or 11834054. OLE color: 11834054.

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

Color convert

RGB198146180-
CMYK00.260.090.22
HSL320.77º31.33%67.45%-
HSV(B)320.77º26.26%77.65%-
XYZ41.8135.8647.9-
YUV165.42136.23151.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.79%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=37.79%
G=27.86%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814618000.260.090.22320.7731.3367.45
HexC692B401A9161411f43
Octal306222264032112650137103
Binary110001101001001010110100011010100110110101000001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692B4; }

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

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

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

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

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

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

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

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