Html Css Color HEX #C08BAD Lily

📋 copy color: '#C08BAD'

red 192 ◦ green 139 ◦ blue 173

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

Shades of Lily #C08BAD

Tints of Lily #C08BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 38.1%
G = 27.58%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C08BAD (or 0xC08BAD) is known color: Lily. HEX triplet: C0, 8B and AD. RGB value is (192,139,173). Sum of RGB (Red+Green+Blue) = 192+139+173=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BAD is #3F7452. Grayscale: #9E9E9E. Windows color (decimal): -4158547 or 11373504. OLE color: 11373504.

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

Color convert

RGB 192 139 173 -
CMYK 0 0.28 0.10 0.25
HSL 321.51º 0.3% 0.65% -
HSV(B) 321.51º 0.28% 0.75% -
XYZ 38.51 32.69 43.81 -
YUV 158.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 192 139 173 0 0.28 0.10 0.25 321.51 0.3 0.65
Hex C0 8B AD 0 1C A 19 142 1E 41
Octal 300 213 255 0 34 12 31 502 36 101
Binary 11000000 10001011 10101101 0 11100 1010 11001 101000010 11110 1000001

Color Harmonies of #C08BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BAD

Black with #C08BAD

Text Example


Text Example

White with #C08BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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