Html Css Color HEX #CB81AC Lily

📋 copy color: '#CB81AC'

red 203 ◦ green 129 ◦ blue 172

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

Shades of Lily #CB81AC

Tints of Lily #CB81AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.13%

R = 40.28%
G = 25.6%
B = 34.13%

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

#CB81AC (or 0xCB81AC) is known color: Lily. HEX triplet: CB, 81 and AC. RGB value is (203,129,172). Sum of RGB (Red+Green+Blue) = 203+129+172=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB81AC is #347E53. Grayscale: #9B9B9B. Windows color (decimal): -3440212 or 11305419. OLE color: 11305419.

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

Color convert

RGB 203 129 172 -
CMYK 0 0.36 0.15 0.20
HSL 325.14º 0.42% 0.65% -
HSV(B) 325.14º 0.36% 0.8% -
XYZ 39.93 31.38 42.98 -
YUV 156.03 137.02 161.5 -
System Red Green Blue C M Y K H S L
Decimal 203 129 172 0 0.36 0.15 0.20 325.14 0.42 0.65
Hex CB 81 AC 0 24 F 14 145 2A 41
Octal 313 201 254 0 44 17 24 505 52 101
Binary 11001011 10000001 10101100 0 100100 1111 10100 101000101 101010 1000001

Color Harmonies of #CB81AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB81AC

Black with #CB81AC

Text Example


Text Example

White with #CB81AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB81AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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