Html Css Color HEX #C088AA Lily

📋 copy color: '#C088AA'

red 192 ◦ green 136 ◦ blue 170

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

Shades of Lily #C088AA

Tints of Lily #C088AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 38.55%
G = 27.31%
B = 34.14%

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

#C088AA (or 0xC088AA) is known color: Lily. HEX triplet: C0, 88 and AA. RGB value is (192,136,170). Sum of RGB (Red+Green+Blue) = 192+136+170=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C088AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C088AA is #3F7755. Grayscale: #9C9C9C. Windows color (decimal): -4159318 or 11176128. OLE color: 11176128.

HSL color Cylindrical-coordinate representation of color #C088AA: hue angle of 323.57º 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 #C088AA is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 170 -
CMYK 0 0.29 0.11 0.25
HSL 323.57º 0.31% 0.64% -
HSV(B) 323.57º 0.29% 0.75% -
XYZ 37.8 31.72 42.16 -
YUV 156.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 192 136 170 0 0.29 0.11 0.25 323.57 0.31 0.64
Hex C0 88 AA 0 1D B 19 144 1F 40
Octal 300 210 252 0 35 13 31 504 37 100
Binary 11000000 10001000 10101010 0 11101 1011 11001 101000100 11111 1000000

Color Harmonies of #C088AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088AA

Black with #C088AA

Text Example


Text Example

White with #C088AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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