#CD92AF

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

Shades of Lily #CD92AF

Tints of Lily #CD92AF

Color information

#CD92AF (or 0xCD92AF) is unknown color: approx Lily. HEX triplet: CD, 92 and AF. RGB value is (205,146,175). Sum of RGB (Red+Green+Blue) = 205+146+175=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD92AF is #326D50. Grayscale: #A6A6A6. Windows color (decimal): -3304785 or 11506381. OLE color: 11506381.

HSL color Cylindrical-coordinate representation of color #CD92AF: hue angle of 330.51º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD92AF is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205146175-
CMYK00.290.150.20
HSL330.51º37.11%68.82%-
HSV(B)330.51º28.78%80.39%-
XYZ43.1936.6345.35-
YUV166.95132.55155.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=38.97%
G=27.76%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514617500.290.150.20330.5137.1168.82
HexCD92AF01DF1414b2545
Octal315222257035172451345105
Binary1100110110010010101011110111011111101001010010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92AF; }

 p { color: rgb(205,146,175); }

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

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

 a { background-color: rgb(205,146,175); }

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

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

 span { border-color: rgb(205,146,175); }

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