#C67CAD

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

Shades of Lily #C67CAD

Tints of Lily #C67CAD

Color information

#C67CAD (or 0xC67CAD) is unknown color: approx Lily. HEX triplet: C6, 7C and AD. RGB value is (198,124,173). Sum of RGB (Red+Green+Blue) = 198+124+173=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67CAD is #398352. Grayscale: #979797. Windows color (decimal): -3769171 or 11369670. OLE color: 11369670.

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

Color convert

RGB198124173-
CMYK00.370.130.22
HSL320.27º39.36%63.14%-
HSV(B)320.27º37.37%77.65%-
XYZ38.0429.4443.21-
YUV151.71140.02161.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 124 (48.83% from 255) = 25.05%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=40%
G=25.05%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812417300.370.130.22320.2739.3663.14
HexC67CAD025D16140273f
Octal30617425504515265004777
Binary110001101111100101011010100101110110110101000000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67CAD; }

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

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

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

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

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

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

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

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