Html Css Color HEX #CB81AD Lily

📋 copy color: '#CB81AD'

red 203 ◦ green 129 ◦ blue 173

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

Shades of Lily #CB81AD

Tints of Lily #CB81AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 40.2%
G = 25.54%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB81AD (or 0xCB81AD) is known color: Lily. HEX triplet: CB, 81 and AD. RGB value is (203,129,173). Sum of RGB (Red+Green+Blue) = 203+129+173=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB81AD is #347E52. Grayscale: #9C9C9C. Windows color (decimal): -3440211 or 11370955. OLE color: 11370955.

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

Color convert

RGB 203 129 173 -
CMYK 0 0.36 0.15 0.20
HSL 324.32º 0.42% 0.65% -
HSV(B) 324.32º 0.36% 0.8% -
XYZ 40.02 31.41 43.49 -
YUV 156.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 203 129 173 0 0.36 0.15 0.20 324.32 0.42 0.65
Hex CB 81 AD 0 24 F 14 144 2A 41
Octal 313 201 255 0 44 17 24 504 52 101
Binary 11001011 10000001 10101101 0 100100 1111 10100 101000100 101010 1000001

Color Harmonies of #CB81AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB81AD

Black with #CB81AD

Text Example


Text Example

White with #CB81AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB81AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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