Html Css Color HEX #C08FAA Lily

📋 copy color: '#C08FAA'

red 192 ◦ green 143 ◦ blue 170

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

Shades of Lily #C08FAA

Tints of Lily #C08FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.32%

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

R = 38.02%
G = 28.32%
B = 33.66%

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

#C08FAA (or 0xC08FAA) is known color: Lily. HEX triplet: C0, 8F and AA. RGB value is (192,143,170). Sum of RGB (Red+Green+Blue) = 192+143+170=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08FAA is #3F7055. Grayscale: #A0A0A0. Windows color (decimal): -4157526 or 11177920. OLE color: 11177920.

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

Color convert

RGB 192 143 170 -
CMYK 0 0.26 0.11 0.25
HSL 326.94º 0.28% 0.66% -
HSV(B) 326.94º 0.26% 0.75% -
XYZ 38.82 33.75 42.5 -
YUV 160.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 192 143 170 0 0.26 0.11 0.25 326.94 0.28 0.66
Hex C0 8F AA 0 1A B 19 147 1C 42
Octal 300 217 252 0 32 13 31 507 34 102
Binary 11000000 10001111 10101010 0 11010 1011 11001 101000111 11100 1000010

Color Harmonies of #C08FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FAA

Black with #C08FAA

Text Example


Text Example

White with #C08FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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