Html Css Color HEX #C08BA8 Lily

📋 copy color: '#C08BA8'

red 192 ◦ green 139 ◦ blue 168

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

Shades of Lily #C08BA8

Tints of Lily #C08BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.67%

R = 38.48%
G = 27.86%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C08BA8 (or 0xC08BA8) is known color: Lily. HEX triplet: C0, 8B and A8. RGB value is (192,139,168). Sum of RGB (Red+Green+Blue) = 192+139+168=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BA8 is #3F7457. Grayscale: #9E9E9E. Windows color (decimal): -4158552 or 11045824. OLE color: 11045824.

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

Color convert

RGB 192 139 168 -
CMYK 0 0.28 0.12 0.25
HSL 327.17º 0.3% 0.65% -
HSV(B) 327.17º 0.28% 0.75% -
XYZ 38.04 32.5 41.31 -
YUV 158.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 192 139 168 0 0.28 0.12 0.25 327.17 0.3 0.65
Hex C0 8B A8 0 1C C 19 147 1E 41
Octal 300 213 250 0 34 14 31 507 36 101
Binary 11000000 10001011 10101000 0 11100 1100 11001 101000111 11110 1000001

Color Harmonies of #C08BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BA8

Black with #C08BA8

Text Example


Text Example

White with #C08BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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