Html Css Color HEX #C08BA7 Lily

📋 copy color: '#C08BA7'

red 192 ◦ green 139 ◦ blue 167

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

Shades of Lily #C08BA7

Tints of Lily #C08BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.53%

R = 38.55%
G = 27.91%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C08BA7 (or 0xC08BA7) is known color: Lily. HEX triplet: C0, 8B and A7. RGB value is (192,139,167). Sum of RGB (Red+Green+Blue) = 192+139+167=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BA7 is #3F7458. Grayscale: #9D9D9D. Windows color (decimal): -4158553 or 10980288. OLE color: 10980288.

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

Color convert

RGB 192 139 167 -
CMYK 0 0.28 0.13 0.25
HSL 328.3º 0.3% 0.65% -
HSV(B) 328.3º 0.28% 0.75% -
XYZ 37.95 32.46 40.82 -
YUV 158.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 192 139 167 0 0.28 0.13 0.25 328.3 0.3 0.65
Hex C0 8B A7 0 1C D 19 148 1E 41
Octal 300 213 247 0 34 15 31 510 36 101
Binary 11000000 10001011 10100111 0 11100 1101 11001 101001000 11110 1000001

Color Harmonies of #C08BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BA7

Black with #C08BA7

Text Example


Text Example

White with #C08BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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