Html Css Color HEX #CB81AB Lily

📋 copy color: '#CB81AB'

red 203 ◦ green 129 ◦ blue 171

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

Shades of Lily #CB81AB

Tints of Lily #CB81AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.65%

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

R = 40.36%
G = 25.65%
B = 34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB81AB (or 0xCB81AB) is known color: Lily. HEX triplet: CB, 81 and AB. RGB value is (203,129,171). Sum of RGB (Red+Green+Blue) = 203+129+171=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB81AB is #347E54. Grayscale: #9B9B9B. Windows color (decimal): -3440213 or 11239883. OLE color: 11239883.

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

Color convert

RGB 203 129 171 -
CMYK 0 0.36 0.16 0.20
HSL 325.95º 0.42% 0.65% -
HSV(B) 325.95º 0.36% 0.8% -
XYZ 39.83 31.34 42.48 -
YUV 155.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 203 129 171 0 0.36 0.16 0.20 325.95 0.42 0.65
Hex CB 81 AB 0 24 10 14 146 2A 41
Octal 313 201 253 0 44 20 24 506 52 101
Binary 11001011 10000001 10101011 0 100100 10000 10100 101000110 101010 1000001

Color Harmonies of #CB81AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB81AB

Black with #CB81AB

Text Example


Text Example

White with #CB81AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB81AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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