#C69BB1

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

Shades of Lily #C69BB1

Tints of Lily #C69BB1

Color information

#C69BB1 (or 0xC69BB1) is unknown color: approx Lily. HEX triplet: C6, 9B and B1. RGB value is (198,155,177). Sum of RGB (Red+Green+Blue) = 198+155+177=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69BB1 is #39644E. Grayscale: #AAAAAA. Windows color (decimal): -3761231 or 11639750. OLE color: 11639750.

HSL color Cylindrical-coordinate representation of color #C69BB1: hue angle of 329.3º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69BB1 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB198155177-
CMYK00.220.110.22
HSL329.3º27.39%69.22%-
HSV(B)329.3º21.72%77.65%-
XYZ42.9538.6246.79-
YUV170.36131.75147.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.36%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=37.36%
G=29.25%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815517700.220.110.22329.327.3969.22
HexC69BB1016B161491b45
Octal306233261026132651133105
Binary110001101001101110110001010110101110110101001001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BB1; }

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

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

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

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

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

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

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

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