Html Css Color HEX #CB80BA Lily

📋 copy color: '#CB80BA'

red 203 ◦ green 128 ◦ blue 186

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

Shades of Lily #CB80BA

Tints of Lily #CB80BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.98%

R = 39.26%
G = 24.76%
B = 35.98%

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

#CB80BA (or 0xCB80BA) is known color: Lily. HEX triplet: CB, 80 and BA. RGB value is (203,128,186). Sum of RGB (Red+Green+Blue) = 203+128+186=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80BA is #347F45. Grayscale: #9C9C9C. Windows color (decimal): -3440454 or 12222667. OLE color: 12222667.

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

Color convert

RGB 203 128 186 -
CMYK 0 0.37 0.08 0.20
HSL 313.6º 0.42% 0.65% -
HSV(B) 313.6º 0.37% 0.8% -
XYZ 41.21 31.68 50.4 -
YUV 157.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 203 128 186 0 0.37 0.08 0.20 313.6 0.42 0.65
Hex CB 80 BA 0 25 8 14 13A 2A 41
Octal 313 200 272 0 45 10 24 472 52 101
Binary 11001011 10000000 10111010 0 100101 1000 10100 100111010 101010 1000001

Color Harmonies of #CB80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB80BA

Black with #CB80BA

Text Example


Text Example

White with #CB80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB80BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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