Html Css Color HEX #CB99BA Lily

📋 copy color: '#CB99BA'

red 203 ◦ green 153 ◦ blue 186

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

Shades of Lily #CB99BA

Tints of Lily #CB99BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.32%

R = 37.45%
G = 28.23%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB99BA (or 0xCB99BA) is known color: Lily. HEX triplet: CB, 99 and BA. RGB value is (203,153,186). Sum of RGB (Red+Green+Blue) = 203+153+186=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99BA is #346645. Grayscale: #ABABAB. Windows color (decimal): -3434054 or 12229067. OLE color: 12229067.

HSL color Cylindrical-coordinate representation of color #CB99BA: hue angle of 320.4º 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 #CB99BA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 153 186 -
CMYK 0 0.25 0.08 0.20
HSL 320.4º 0.32% 0.7% -
HSV(B) 320.4º 0.25% 0.8% -
XYZ 44.88 39.02 51.62 -
YUV 171.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 203 153 186 0 0.25 0.08 0.20 320.4 0.32 0.7
Hex CB 99 BA 0 19 8 14 140 20 46
Octal 313 231 272 0 31 10 24 500 40 106
Binary 11001011 10011001 10111010 0 11001 1000 10100 101000000 100000 1000110

Color Harmonies of #CB99BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99BA

Black with #CB99BA

Text Example


Text Example

White with #CB99BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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