#CBA0AF

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

Shades of Lily #CBA0AF

Tints of Lily #CBA0AF

Color information

#CBA0AF (or 0xCBA0AF) is unknown color: approx Lily. HEX triplet: CB, A0 and AF. RGB value is (203,160,175). Sum of RGB (Red+Green+Blue) = 203+160+175=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA0AF is #345F50. Grayscale: #AEAEAE. Windows color (decimal): -3432273 or 11509963. OLE color: 11509963.

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

Color convert

RGB203160175-
CMYK00.210.140.20
HSL339.07º29.25%71.18%-
HSV(B)339.07º21.18%79.61%-
XYZ44.9440.9346.09-
YUV174.57128.25148.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=37.73%
G=29.74%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316017500.210.140.20339.0729.2571.18
HexCBA0AF015E141531d47
Octal313240257025162452335107
Binary110010111010000010101111010101111010100101010011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0AF; }

 p { color: rgb(203,160,175); }

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

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

 a { background-color: rgb(203,160,175); }

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

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

 span { border-color: rgb(203,160,175); }

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