#C2A5B4

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

Shades of Lily #C2A5B4

Tints of Lily #C2A5B4

Color information

#C2A5B4 (or 0xC2A5B4) is unknown color: approx Lily. HEX triplet: C2, A5 and B4. RGB value is (194,165,180). Sum of RGB (Red+Green+Blue) = 194+165+180=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A5B4 is #3D5A4B. Grayscale: #AFAFAF. Windows color (decimal): -4020812 or 11838914. OLE color: 11838914.

HSL color Cylindrical-coordinate representation of color #C2A5B4: hue angle of 328.97º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A5B4 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB194165180-
CMYK00.150.070.24
HSL328.97º19.21%70.39%-
HSV(B)328.97º14.95%76.08%-
XYZ43.9441.6748.91-
YUV175.38130.61141.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 165 (64.84% from 255) = 30.61%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=35.99%
G=30.61%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416518000.150.070.24328.9719.2170.39
HexC2A5B40F7181491346
Octal30224526401773051123106
Binary1100001010100101101101000111111111000101001001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A5B4; }

 p { color: rgb(194,165,180); }

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

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

 a { background-color: rgb(194,165,180); }

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

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

 span { border-color: rgb(194,165,180); }

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