#C0AFB4

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

Shades of Lily #C0AFB4

Tints of Lily #C0AFB4

Color information

#C0AFB4 (or 0xC0AFB4) is unknown color: approx Lily. HEX triplet: C0, AF and B4. RGB value is (192,175,180). Sum of RGB (Red+Green+Blue) = 192+175+180=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFB4 is #3F504B. Grayscale: #B4B4B4. Windows color (decimal): -4149324 or 11841472. OLE color: 11841472.

HSL color Cylindrical-coordinate representation of color #C0AFB4: hue angle of 342.35º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AFB4 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB192175180-
CMYK00.090.060.25
HSL342.35º11.89%71.96%-
HSV(B)342.35º8.85%75.29%-
XYZ45.3145.1649.51-
YUV180.65127.63136.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=35.10%
G=31.99%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217518000.090.060.25342.3511.8971.96
HexC0AFB409619156c48
Octal30025726401163152614110
Binary110000001010111110110100010011101100110101011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFB4; }

 p { color: rgb(192,175,180); }

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

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

 a { background-color: rgb(192,175,180); }

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

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

 span { border-color: rgb(192,175,180); }

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