#C69CB9

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

Shades of Lily #C69CB9

Tints of Lily #C69CB9

Color information

#C69CB9 (or 0xC69CB9) is unknown color: approx Lily. HEX triplet: C6, 9C and B9. RGB value is (198,156,185). Sum of RGB (Red+Green+Blue) = 198+156+185=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CB9 is #396346. Grayscale: #ABABAB. Windows color (decimal): -3760967 or 12164294. OLE color: 12164294.

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

Color convert

RGB198156185-
CMYK00.210.070.22
HSL318.57º26.92%69.41%-
HSV(B)318.57º21.21%77.65%-
XYZ43.9339.2951.17-
YUV171.86135.41146.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.73%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=36.73%
G=28.94%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815618500.210.070.22318.5726.9269.41
HexC69CB901571613f1b45
Octal30623427102572647733105
Binary11000110100111001011100101010111110110100111111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CB9; }

 p { color: rgb(198,156,185); }

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

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

 a { background-color: rgb(198,156,185); }

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

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

 span { border-color: rgb(198,156,185); }

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