Html Css Color HEX #CB96B9 Lily

📋 copy color: '#CB96B9'

red 203 ◦ green 150 ◦ blue 185

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

Shades of Lily #CB96B9

Tints of Lily #CB96B9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.88%

 BLUE value IS 185 (72.66% from 255) = 34.39%

R = 37.73%
G = 27.88%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB96B9 (or 0xCB96B9) is known color: Lily. HEX triplet: CB, 96 and B9. RGB value is (203,150,185). Sum of RGB (Red+Green+Blue) = 203+150+185=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96B9 is #346946. Grayscale: #A9A9A9. Windows color (decimal): -3434823 or 12162763. OLE color: 12162763.

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

Color convert

RGB 203 150 185 -
CMYK 0 0.26 0.09 0.20
HSL 320.38º 0.34% 0.69% -
HSV(B) 320.38º 0.26% 0.8% -
XYZ 44.29 38.01 50.9 -
YUV 169.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 203 150 185 0 0.26 0.09 0.20 320.38 0.34 0.69
Hex CB 96 B9 0 1A 9 14 140 22 45
Octal 313 226 271 0 32 11 24 500 42 105
Binary 11001011 10010110 10111001 0 11010 1001 10100 101000000 100010 1000101

Color Harmonies of #CB96B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB96B9

Black with #CB96B9

Text Example


Text Example

White with #CB96B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB96B9; }

 p { color: rgb(203,150,185); }

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

background-color css

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

 a { background-color: rgb(203,150,185); }

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

border-color css

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

 span { border-color: rgb(203,150,185); }

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