Html Css Color HEX #CB99BE Lily

📋 copy color: '#CB99BE'

red 203 ◦ green 153 ◦ blue 190

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

Shades of Lily #CB99BE

Tints of Lily #CB99BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.8%

R = 37.18%
G = 28.02%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB99BE (or 0xCB99BE) is known color: Lily. HEX triplet: CB, 99 and BE. RGB value is (203,153,190). Sum of RGB (Red+Green+Blue) = 203+153+190=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99BE is #346641. Grayscale: #ACACAC. Windows color (decimal): -3434050 or 12491211. OLE color: 12491211.

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

Color convert

RGB 203 153 190 -
CMYK 0 0.25 0.06 0.20
HSL 315.6º 0.32% 0.7% -
HSV(B) 315.6º 0.25% 0.8% -
XYZ 45.31 39.2 53.89 -
YUV 172.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 203 153 190 0 0.25 0.06 0.20 315.6 0.32 0.7
Hex CB 99 BE 0 19 6 14 13C 20 46
Octal 313 231 276 0 31 6 24 474 40 106
Binary 11001011 10011001 10111110 0 11001 110 10100 100111100 100000 1000110

Color Harmonies of #CB99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99BE

Black with #CB99BE

Text Example


Text Example

White with #CB99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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