Html Css Color HEX #C088AB Lily

📋 copy color: '#C088AB'

red 192 ◦ green 136 ◦ blue 171

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

Shades of Lily #C088AB

Tints of Lily #C088AB

RGB

 RED value IS 192 (75.39% from 255) = 38.48%

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

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

R = 38.48%
G = 27.25%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C088AB (or 0xC088AB) is known color: Lily. HEX triplet: C0, 88 and AB. RGB value is (192,136,171). Sum of RGB (Red+Green+Blue) = 192+136+171=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C088AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C088AB is #3F7754. Grayscale: #9C9C9C. Windows color (decimal): -4159317 or 11241664. OLE color: 11241664.

HSL color Cylindrical-coordinate representation of color #C088AB: hue angle of 322.5º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C088AB is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 171 -
CMYK 0 0.29 0.11 0.25
HSL 322.5º 0.31% 0.64% -
HSV(B) 322.5º 0.29% 0.75% -
XYZ 37.89 31.76 42.66 -
YUV 156.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 192 136 171 0 0.29 0.11 0.25 322.5 0.31 0.64
Hex C0 88 AB 0 1D B 19 142 1F 40
Octal 300 210 253 0 35 13 31 502 37 100
Binary 11000000 10001000 10101011 0 11101 1011 11001 101000010 11111 1000000

Color Harmonies of #C088AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088AB

Black with #C088AB

Text Example


Text Example

White with #C088AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088AB; }

 p { color: rgb(192,136,171); }

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

background-color css

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

 a { background-color: rgb(192,136,171); }

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

border-color css

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

 span { border-color: rgb(192,136,171); }

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