#c67caf

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

Shades of Lily #C67CAF

Tints of Lily #C67CAF

Color information

#C67CAF (or 0xC67CAF) is unknown color: approx Lily. HEX triplet: C6, 7C and AF. RGB value is (198,124,175). Sum of RGB (Red+Green+Blue) = 198+124+175=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67CAF is #398350. Grayscale: #979797. Windows color (decimal): -3769169 or 11500742. OLE color: 11500742.

HSL color Cylindrical-coordinate representation of color #C67CAF: hue angle of 318.65º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67CAF is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198124175-
CMYK00.370.120.22
HSL318.65º39.36%63.14%-
HSV(B)318.65º37.37%77.65%-
XYZ38.2329.5244.24-
YUV151.94141.02160.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 124 (48.83% from 255) = 24.95%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=39.84%
G=24.95%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812417500.370.120.22318.6539.3663.14
HexC67CAF025C1613f273f
Octal30617425704514264774777
Binary110001101111100101011110100101110010110100111111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c67caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c67caf; }

 p { color: rgb(198,124,175); }

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

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

 a { background-color: rgb(198,124,175); }

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

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

 span { border-color: rgb(198,124,175); }

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