#C68AAA

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

Shades of Lily #C68AAA

Tints of Lily #C68AAA

Color information

#C68AAA (or 0xC68AAA) is unknown color: approx Lily. HEX triplet: C6, 8A and AA. RGB value is (198,138,170). Sum of RGB (Red+Green+Blue) = 198+138+170=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68AAA is #397555. Grayscale: #9F9F9F. Windows color (decimal): -3765590 or 11176646. OLE color: 11176646.

HSL color Cylindrical-coordinate representation of color #C68AAA: hue angle of 328º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68AAA is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198138170-
CMYK00.300.140.22
HSL328º34.48%65.88%-
HSV(B)328º30.3%77.65%-
XYZ39.6333.0942.33-
YUV159.59133.88155.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 138 (54.30% from 255) = 27.27%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=39.13%
G=27.27%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813817000.300.140.2232834.4865.88
HexC68AAA01EE161482242
Octal306212252036162651042102
Binary1100011010001010101010100111101110101101010010001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68AAA; }

 p { color: rgb(198,138,170); }

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

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

 a { background-color: rgb(198,138,170); }

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

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

 span { border-color: rgb(198,138,170); }

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