Html Css Color HEX #C08BAA Lily

📋 copy color: '#C08BAA'

red 192 ◦ green 139 ◦ blue 170

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

Shades of Lily #C08BAA

Tints of Lily #C08BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.74%

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

R = 38.32%
G = 27.74%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C08BAA (or 0xC08BAA) is known color: Lily. HEX triplet: C0, 8B and AA. RGB value is (192,139,170). Sum of RGB (Red+Green+Blue) = 192+139+170=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BAA is #3F7455. Grayscale: #9E9E9E. Windows color (decimal): -4158550 or 11176896. OLE color: 11176896.

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

Color convert

RGB 192 139 170 -
CMYK 0 0.28 0.11 0.25
HSL 324.91º 0.3% 0.65% -
HSV(B) 324.91º 0.28% 0.75% -
XYZ 38.23 32.57 42.3 -
YUV 158.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 192 139 170 0 0.28 0.11 0.25 324.91 0.3 0.65
Hex C0 8B AA 0 1C B 19 145 1E 41
Octal 300 213 252 0 34 13 31 505 36 101
Binary 11000000 10001011 10101010 0 11100 1011 11001 101000101 11110 1000001

Color Harmonies of #C08BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BAA

Black with #C08BAA

Text Example


Text Example

White with #C08BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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