Html Css Color HEX #C08BAB Lily

📋 copy color: '#C08BAB'

red 192 ◦ green 139 ◦ blue 171

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

Shades of Lily #C08BAB

Tints of Lily #C08BAB

RGB

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

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

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

R = 38.25%
G = 27.69%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C08BAB (or 0xC08BAB) is known color: Lily. HEX triplet: C0, 8B and AB. RGB value is (192,139,171). Sum of RGB (Red+Green+Blue) = 192+139+171=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BAB is #3F7454. Grayscale: #9E9E9E. Windows color (decimal): -4158549 or 11242432. OLE color: 11242432.

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

Color convert

RGB 192 139 171 -
CMYK 0 0.28 0.11 0.25
HSL 323.77º 0.3% 0.65% -
HSV(B) 323.77º 0.28% 0.75% -
XYZ 38.32 32.61 42.8 -
YUV 158.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 192 139 171 0 0.28 0.11 0.25 323.77 0.3 0.65
Hex C0 8B AB 0 1C B 19 144 1E 41
Octal 300 213 253 0 34 13 31 504 36 101
Binary 11000000 10001011 10101011 0 11100 1011 11001 101000100 11110 1000001

Color Harmonies of #C08BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BAB

Black with #C08BAB

Text Example


Text Example

White with #C08BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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