Html Css Color HEX #CB88AC Lily

📋 copy color: '#CB88AC'

red 203 ◦ green 136 ◦ blue 172

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

Shades of Lily #CB88AC

Tints of Lily #CB88AC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.61%

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

R = 39.73%
G = 26.61%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB88AC (or 0xCB88AC) is known color: Lily. HEX triplet: CB, 88 and AC. RGB value is (203,136,172). Sum of RGB (Red+Green+Blue) = 203+136+172=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB88AC is #347753. Grayscale: #A0A0A0. Windows color (decimal): -3438420 or 11307211. OLE color: 11307211.

HSL color Cylindrical-coordinate representation of color #CB88AC: hue angle of 327.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB88AC is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 136 172 -
CMYK 0 0.33 0.15 0.20
HSL 327.76º 0.39% 0.66% -
HSV(B) 327.76º 0.33% 0.8% -
XYZ 40.88 33.28 43.3 -
YUV 160.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 203 136 172 0 0.33 0.15 0.20 327.76 0.39 0.66
Hex CB 88 AC 0 21 F 14 148 27 42
Octal 313 210 254 0 41 17 24 510 47 102
Binary 11001011 10001000 10101100 0 100001 1111 10100 101001000 100111 1000010

Color Harmonies of #CB88AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88AC

Black with #CB88AC

Text Example


Text Example

White with #CB88AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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