Html Css Color HEX #CB98BB Lily

📋 copy color: '#CB98BB'

red 203 ◦ green 152 ◦ blue 187

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

Shades of Lily #CB98BB

Tints of Lily #CB98BB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.04%

 BLUE value IS 187 (73.44% from 255) = 34.5%

R = 37.45%
G = 28.04%
B = 34.5%

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

#CB98BB (or 0xCB98BB) is known color: Lily. HEX triplet: CB, 98 and BB. RGB value is (203,152,187). Sum of RGB (Red+Green+Blue) = 203+152+187=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CB98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98BB is #346744. Grayscale: #ABABAB. Windows color (decimal): -3434309 or 12294347. OLE color: 12294347.

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

Color convert

RGB 203 152 187 -
CMYK 0 0.25 0.08 0.20
HSL 318.82º 0.33% 0.7% -
HSV(B) 318.82º 0.25% 0.8% -
XYZ 44.83 38.74 52.13 -
YUV 171.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 203 152 187 0 0.25 0.08 0.20 318.82 0.33 0.7
Hex CB 98 BB 0 19 8 14 13F 21 46
Octal 313 230 273 0 31 10 24 477 41 106
Binary 11001011 10011000 10111011 0 11001 1000 10100 100111111 100001 1000110

Color Harmonies of #CB98BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98BB

Black with #CB98BB

Text Example


Text Example

White with #CB98BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98BB; }

 p { color: rgb(203,152,187); }

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

background-color css

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

 a { background-color: rgb(203,152,187); }

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

border-color css

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

 span { border-color: rgb(203,152,187); }

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