#CD92B8

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

Shades of Lily #CD92B8

Tints of Lily #CD92B8

Color information

#CD92B8 (or 0xCD92B8) is unknown color: approx Lily. HEX triplet: CD, 92 and B8. RGB value is (205,146,184). Sum of RGB (Red+Green+Blue) = 205+146+184=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92B8 is #326D47. Grayscale: #A7A7A7. Windows color (decimal): -3304776 or 12096205. OLE color: 12096205.

HSL color Cylindrical-coordinate representation of color #CD92B8: hue angle of 321.36º 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 #CD92B8 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205146184-
CMYK00.290.100.20
HSL321.36º37.11%68.82%-
HSV(B)321.36º28.78%80.39%-
XYZ44.113750.16-
YUV167.97137.05154.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 184 (72.27% from 255) = 34.39%
R=38.32%
G=27.29%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514618400.290.100.20321.3637.1168.82
HexCD92B801DA141412545
Octal315222270035122450145105
Binary1100110110010010101110000111011010101001010000011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92B8; }

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

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

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

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

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

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

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

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