#C69CBC

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

Shades of Lily #C69CBC

Tints of Lily #C69CBC

Color information

#C69CBC (or 0xC69CBC) is unknown color: approx Lily. HEX triplet: C6, 9C and BC. RGB value is (198,156,188). Sum of RGB (Red+Green+Blue) = 198+156+188=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CBC is #396343. Grayscale: #ACACAC. Windows color (decimal): -3760964 or 12360902. OLE color: 12360902.

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

Color convert

RGB198156188-
CMYK00.210.050.22
HSL314.29º26.92%69.41%-
HSV(B)314.29º21.21%77.65%-
XYZ44.2539.4152.85-
YUV172.21136.91146.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.53%
GREEN value IS 156 (61.33% from 255) = 28.78%
BLUE value IS 188 (73.83% from 255) = 34.69%
R=36.53%
G=28.78%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815618800.210.050.22314.2926.9269.41
HexC69CBC01551613a1b45
Octal30623427402552647233105
Binary11000110100111001011110001010110110110100111010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CBC; }

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

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

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

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

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

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

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

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