#CB9CAD

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

Shades of Lily #CB9CAD

Tints of Lily #CB9CAD

Color information

#CB9CAD (or 0xCB9CAD) is unknown color: approx Lily. HEX triplet: CB, 9C and AD. RGB value is (203,156,173). Sum of RGB (Red+Green+Blue) = 203+156+173=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9CAD is #346352. Grayscale: #ABABAB. Windows color (decimal): -3433299 or 11377867. OLE color: 11377867.

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

Color convert

RGB203156173-
CMYK00.230.150.20
HSL338.3º31.13%70.39%-
HSV(B)338.3º23.15%79.61%-
XYZ44.0639.4944.84-
YUV171.99128.57150.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=38.16%
G=29.32%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315617300.230.150.20338.331.1370.39
HexCB9CAD017F141521f46
Octal313234255027172452237106
Binary110010111001110010101101010111111110100101010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CAD; }

 p { color: rgb(203,156,173); }

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

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

 a { background-color: rgb(203,156,173); }

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

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

 span { border-color: rgb(203,156,173); }

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