Html Css Color HEX #CB99B8 Lily

📋 copy color: '#CB99B8'

red 203 ◦ green 153 ◦ blue 184

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

Shades of Lily #CB99B8

Tints of Lily #CB99B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.07%

R = 37.59%
G = 28.33%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB99B8 (or 0xCB99B8) is known color: Lily. HEX triplet: CB, 99 and B8. RGB value is (203,153,184). Sum of RGB (Red+Green+Blue) = 203+153+184=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99B8 is #346647. Grayscale: #ABABAB. Windows color (decimal): -3434056 or 12097995. OLE color: 12097995.

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

Color convert

RGB 203 153 184 -
CMYK 0 0.25 0.09 0.20
HSL 322.8º 0.32% 0.7% -
HSV(B) 322.8º 0.25% 0.8% -
XYZ 44.67 38.94 50.51 -
YUV 171.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 203 153 184 0 0.25 0.09 0.20 322.8 0.32 0.7
Hex CB 99 B8 0 19 9 14 143 20 46
Octal 313 231 270 0 31 11 24 503 40 106
Binary 11001011 10011001 10111000 0 11001 1001 10100 101000011 100000 1000110

Color Harmonies of #CB99B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99B8

Black with #CB99B8

Text Example


Text Example

White with #CB99B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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