Html Css Color HEX #C08AB1 Lily

📋 copy color: '#C08AB1'

red 192 ◦ green 138 ◦ blue 177

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

Shades of Lily #C08AB1

Tints of Lily #C08AB1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.22%

 BLUE value IS 177 (69.53% from 255) = 34.91%

R = 37.87%
G = 27.22%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C08AB1 (or 0xC08AB1) is known color: Lily. HEX triplet: C0, 8A and B1. RGB value is (192,138,177). Sum of RGB (Red+Green+Blue) = 192+138+177=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08AB1 is #3F754E. Grayscale: #9E9E9E. Windows color (decimal): -4158799 or 11635392. OLE color: 11635392.

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

Color convert

RGB 192 138 177 -
CMYK 0 0.28 0.08 0.25
HSL 316.67º 0.3% 0.65% -
HSV(B) 316.67º 0.28% 0.75% -
XYZ 38.76 32.56 45.84 -
YUV 158.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 192 138 177 0 0.28 0.08 0.25 316.67 0.3 0.65
Hex C0 8A B1 0 1C 8 19 13D 1E 41
Octal 300 212 261 0 34 10 31 475 36 101
Binary 11000000 10001010 10110001 0 11100 1000 11001 100111101 11110 1000001

Color Harmonies of #C08AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08AB1

Black with #C08AB1

Text Example


Text Example

White with #C08AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08AB1; }

 p { color: rgb(192,138,177); }

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

background-color css

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

 a { background-color: rgb(192,138,177); }

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

border-color css

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

 span { border-color: rgb(192,138,177); }

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