Html Css Color HEX #CB88B0 Lily

📋 copy color: '#CB88B0'

red 203 ◦ green 136 ◦ blue 176

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

Shades of Lily #CB88B0

Tints of Lily #CB88B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 39.42%
G = 26.41%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB88B0 (or 0xCB88B0) is known color: Lily. HEX triplet: CB, 88 and B0. RGB value is (203,136,176). Sum of RGB (Red+Green+Blue) = 203+136+176=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB88B0 is #34774F. Grayscale: #A0A0A0. Windows color (decimal): -3438416 or 11569355. OLE color: 11569355.

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

Color convert

RGB 203 136 176 -
CMYK 0 0.33 0.13 0.20
HSL 324.18º 0.39% 0.66% -
HSV(B) 324.18º 0.33% 0.8% -
XYZ 41.27 33.44 45.35 -
YUV 160.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 203 136 176 0 0.33 0.13 0.20 324.18 0.39 0.66
Hex CB 88 B0 0 21 D 14 144 27 42
Octal 313 210 260 0 41 15 24 504 47 102
Binary 11001011 10001000 10110000 0 100001 1101 10100 101000100 100111 1000010

Color Harmonies of #CB88B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88B0

Black with #CB88B0

Text Example


Text Example

White with #CB88B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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