Html Css Color HEX #CB94BB Lily

📋 copy color: '#CB94BB'

red 203 ◦ green 148 ◦ blue 187

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

Shades of Lily #CB94BB

Tints of Lily #CB94BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.51%

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

R = 37.73%
G = 27.51%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB94BB (or 0xCB94BB) is known color: Lily. HEX triplet: CB, 94 and BB. RGB value is (203,148,187). Sum of RGB (Red+Green+Blue) = 203+148+187=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94BB is #346B44. Grayscale: #A8A8A8. Windows color (decimal): -3435333 or 12293323. OLE color: 12293323.

HSL color Cylindrical-coordinate representation of color #CB94BB: hue angle of 317.45º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB94BB is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 148 187 -
CMYK 0 0.27 0.08 0.20
HSL 317.45º 0.35% 0.69% -
HSV(B) 317.45º 0.27% 0.8% -
XYZ 44.19 37.46 51.92 -
YUV 168.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 203 148 187 0 0.27 0.08 0.20 317.45 0.35 0.69
Hex CB 94 BB 0 1B 8 14 13D 23 45
Octal 313 224 273 0 33 10 24 475 43 105
Binary 11001011 10010100 10111011 0 11011 1000 10100 100111101 100011 1000101

Color Harmonies of #CB94BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB94BB

Black with #CB94BB

Text Example


Text Example

White with #CB94BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB94BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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