Html Css Color HEX #CB99AE Lily

📋 copy color: '#CB99AE'

red 203 ◦ green 153 ◦ blue 174

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

Shades of Lily #CB99AE

Tints of Lily #CB99AE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.87%

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

R = 38.3%
G = 28.87%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB99AE (or 0xCB99AE) is known color: Lily. HEX triplet: CB, 99 and AE. RGB value is (203,153,174). Sum of RGB (Red+Green+Blue) = 203+153+174=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB99AE is #346651. Grayscale: #AAAAAA. Windows color (decimal): -3434066 or 11442635. OLE color: 11442635.

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

Color convert

RGB 203 153 174 -
CMYK 0 0.25 0.14 0.20
HSL 334.8º 0.32% 0.7% -
HSV(B) 334.8º 0.25% 0.8% -
XYZ 43.66 38.53 45.18 -
YUV 170.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 203 153 174 0 0.25 0.14 0.20 334.8 0.32 0.7
Hex CB 99 AE 0 19 E 14 14F 20 46
Octal 313 231 256 0 31 16 24 517 40 106
Binary 11001011 10011001 10101110 0 11001 1110 10100 101001111 100000 1000110

Color Harmonies of #CB99AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99AE

Black with #CB99AE

Text Example


Text Example

White with #CB99AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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