Html Css Color HEX #CB80BB Lily

📋 copy color: '#CB80BB'

red 203 ◦ green 128 ◦ blue 187

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

Shades of Lily #CB80BB

Tints of Lily #CB80BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.71%

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

R = 39.19%
G = 24.71%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB80BB (or 0xCB80BB) is known color: Lily. HEX triplet: CB, 80 and BB. RGB value is (203,128,187). Sum of RGB (Red+Green+Blue) = 203+128+187=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80BB is #347F44. Grayscale: #9C9C9C. Windows color (decimal): -3440453 or 12288203. OLE color: 12288203.

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

Color convert

RGB 203 128 187 -
CMYK 0 0.37 0.08 0.20
HSL 312.8º 0.42% 0.65% -
HSV(B) 312.8º 0.37% 0.8% -
XYZ 41.32 31.72 50.96 -
YUV 157.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 203 128 187 0 0.37 0.08 0.20 312.8 0.42 0.65
Hex CB 80 BB 0 25 8 14 139 2A 41
Octal 313 200 273 0 45 10 24 471 52 101
Binary 11001011 10000000 10111011 0 100101 1000 10100 100111001 101010 1000001

Color Harmonies of #CB80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB80BB

Black with #CB80BB

Text Example


Text Example

White with #CB80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB80BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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