Html Css Color HEX #CB80AB Lily

📋 copy color: '#CB80AB'

red 203 ◦ green 128 ◦ blue 171

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

Shades of Lily #CB80AB

Tints of Lily #CB80AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 40.44%
G = 25.5%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB80AB (or 0xCB80AB) is known color: Lily. HEX triplet: CB, 80 and AB. RGB value is (203,128,171). Sum of RGB (Red+Green+Blue) = 203+128+171=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB80AB is #347F54. Grayscale: #9B9B9B. Windows color (decimal): -3440469 or 11239627. OLE color: 11239627.

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

Color convert

RGB 203 128 171 -
CMYK 0 0.37 0.16 0.20
HSL 325.6º 0.42% 0.65% -
HSV(B) 325.6º 0.37% 0.8% -
XYZ 39.7 31.08 42.43 -
YUV 155.33 136.85 162 -
System Red Green Blue C M Y K H S L
Decimal 203 128 171 0 0.37 0.16 0.20 325.6 0.42 0.65
Hex CB 80 AB 0 25 10 14 146 2A 41
Octal 313 200 253 0 45 20 24 506 52 101
Binary 11001011 10000000 10101011 0 100101 10000 10100 101000110 101010 1000001

Color Harmonies of #CB80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB80AB

Black with #CB80AB

Text Example


Text Example

White with #CB80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB80AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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