Html Css Color HEX #C08EAB Lily

📋 copy color: '#C08EAB'

red 192 ◦ green 142 ◦ blue 171

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

Shades of Lily #C08EAB

Tints of Lily #C08EAB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.12%

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 38.02%
G = 28.12%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C08EAB (or 0xC08EAB) is known color: Lily. HEX triplet: C0, 8E and AB. RGB value is (192,142,171). Sum of RGB (Red+Green+Blue) = 192+142+171=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08EAB is #3F7154. Grayscale: #A0A0A0. Windows color (decimal): -4157781 or 11243200. OLE color: 11243200.

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

Color convert

RGB 192 142 171 -
CMYK 0 0.26 0.11 0.25
HSL 325.2º 0.28% 0.65% -
HSV(B) 325.2º 0.26% 0.75% -
XYZ 38.76 33.49 42.95 -
YUV 160.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 192 142 171 0 0.26 0.11 0.25 325.2 0.28 0.65
Hex C0 8E AB 0 1A B 19 145 1C 41
Octal 300 216 253 0 32 13 31 505 34 101
Binary 11000000 10001110 10101011 0 11010 1011 11001 101000101 11100 1000001

Color Harmonies of #C08EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08EAB

Black with #C08EAB

Text Example


Text Example

White with #C08EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08EAB; }

 p { color: rgb(192,142,171); }

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

background-color css

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

 a { background-color: rgb(192,142,171); }

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

border-color css

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

 span { border-color: rgb(192,142,171); }

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