Html Css Color HEX #CB8AAE Lily

📋 copy color: '#CB8AAE'

red 203 ◦ green 138 ◦ blue 174

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

Shades of Lily #CB8AAE

Tints of Lily #CB8AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.8%

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

R = 39.42%
G = 26.8%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB8AAE (or 0xCB8AAE) is known color: Lily. HEX triplet: CB, 8A and AE. RGB value is (203,138,174). Sum of RGB (Red+Green+Blue) = 203+138+174=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8AAE is #347551. Grayscale: #A1A1A1. Windows color (decimal): -3437906 or 11438795. OLE color: 11438795.

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

Color convert

RGB 203 138 174 -
CMYK 0 0.32 0.14 0.20
HSL 326.77º 0.38% 0.67% -
HSV(B) 326.77º 0.32% 0.8% -
XYZ 41.36 33.93 44.41 -
YUV 161.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 203 138 174 0 0.32 0.14 0.20 326.77 0.38 0.67
Hex CB 8A AE 0 20 E 14 147 26 43
Octal 313 212 256 0 40 16 24 507 46 103
Binary 11001011 10001010 10101110 0 100000 1110 10100 101000111 100110 1000011

Color Harmonies of #CB8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8AAE

Black with #CB8AAE

Text Example


Text Example

White with #CB8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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