Html Css Color HEX #C08EAA Lily

📋 copy color: '#C08EAA'

red 192 ◦ green 142 ◦ blue 170

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

Shades of Lily #C08EAA

Tints of Lily #C08EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.17%

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

R = 38.1%
G = 28.17%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C08EAA (or 0xC08EAA) is known color: Lily. HEX triplet: C0, 8E and AA. RGB value is (192,142,170). Sum of RGB (Red+Green+Blue) = 192+142+170=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08EAA is #3F7155. Grayscale: #A0A0A0. Windows color (decimal): -4157782 or 11177664. OLE color: 11177664.

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

Color convert

RGB 192 142 170 -
CMYK 0 0.26 0.11 0.25
HSL 326.4º 0.28% 0.65% -
HSV(B) 326.4º 0.26% 0.75% -
XYZ 38.67 33.45 42.45 -
YUV 160.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 192 142 170 0 0.26 0.11 0.25 326.4 0.28 0.65
Hex C0 8E AA 0 1A B 19 146 1C 41
Octal 300 216 252 0 32 13 31 506 34 101
Binary 11000000 10001110 10101010 0 11010 1011 11001 101000110 11100 1000001

Color Harmonies of #C08EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08EAA

Black with #C08EAA

Text Example


Text Example

White with #C08EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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