Html Css Color HEX #CB9AAE Lily

📋 copy color: '#CB9AAE'

red 203 ◦ green 154 ◦ blue 174

#CB9AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #CB9AAE

Tints of Lily #CB9AAE

RGB

 RED value IS 203 (79.69% from 255) = 38.23%

 GREEN value IS 154 (60.55% from 255) = 29%

 BLUE value IS 174 (68.36% from 255) = 32.77%

R = 38.23%
G = 29%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB9AAE (or 0xCB9AAE) is known color: Lily. HEX triplet: CB, 9A and AE. RGB value is (203,154,174). Sum of RGB (Red+Green+Blue) = 203+154+174=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9AAE is #346551. Grayscale: #AAAAAA. Windows color (decimal): -3433810 or 11442891. OLE color: 11442891.

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

Color convert

RGB 203 154 174 -
CMYK 0 0.24 0.14 0.20
HSL 335.51º 0.32% 0.7% -
HSV(B) 335.51º 0.24% 0.8% -
XYZ 43.82 38.86 45.24 -
YUV 170.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 203 154 174 0 0.24 0.14 0.20 335.51 0.32 0.7
Hex CB 9A AE 0 18 E 14 150 20 46
Octal 313 232 256 0 30 16 24 520 40 106
Binary 11001011 10011010 10101110 0 11000 1110 10100 101010000 100000 1000110

Color Harmonies of #CB9AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9AAE

Black with #CB9AAE

Text Example


Text Example

White with #CB9AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9AAE; }

 p { color: rgb(203,154,174); }

 H1.HeaderClassName
 {
   color: #CB9AAE;
 }
 .AnyTagClassName
 {
   color: #CB9AAE;
 }
</style>

background-color css

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

 a { background-color: rgb(203,154,174); }

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

border-color css

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

 span { border-color: rgb(203,154,174); }

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