Html Css Color HEX #C089AA Lily

📋 copy color: '#C089AA'

red 192 ◦ green 137 ◦ blue 170

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

Shades of Lily #C089AA

Tints of Lily #C089AA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.45%

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

R = 38.48%
G = 27.45%
B = 34.07%

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

#C089AA (or 0xC089AA) is known color: Lily. HEX triplet: C0, 89 and AA. RGB value is (192,137,170). Sum of RGB (Red+Green+Blue) = 192+137+170=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C089AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C089AA is #3F7655. Grayscale: #9D9D9D. Windows color (decimal): -4159062 or 11176384. OLE color: 11176384.

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

Color convert

RGB 192 137 170 -
CMYK 0 0.29 0.11 0.25
HSL 324º 0.3% 0.65% -
HSV(B) 324º 0.29% 0.75% -
XYZ 37.94 32 42.21 -
YUV 157.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 192 137 170 0 0.29 0.11 0.25 324 0.3 0.65
Hex C0 89 AA 0 1D B 19 144 1E 41
Octal 300 211 252 0 35 13 31 504 36 101
Binary 11000000 10001001 10101010 0 11101 1011 11001 101000100 11110 1000001

Color Harmonies of #C089AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C089AA

Black with #C089AA

Text Example


Text Example

White with #C089AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C089AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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