Html Css Color HEX #C68BAB Lily

📋 copy color: '#C68BAB'

red 198 ◦ green 139 ◦ blue 171

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

Shades of Lily #C68BAB

Tints of Lily #C68BAB

RGB

 RED value IS 198 (77.73% from 255) = 38.98%

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

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

R = 38.98%
G = 27.36%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C68BAB (or 0xC68BAB) is known color: Lily. HEX triplet: C6, 8B and AB. RGB value is (198,139,171). Sum of RGB (Red+Green+Blue) = 198+139+171=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BAB is #397454. Grayscale: #A0A0A0. Windows color (decimal): -3765333 or 11242438. OLE color: 11242438.

HSL color Cylindrical-coordinate representation of color #C68BAB: hue angle of 327.46º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68BAB is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 139 171 -
CMYK 0 0.30 0.14 0.22
HSL 327.46º 0.34% 0.66% -
HSV(B) 327.46º 0.3% 0.78% -
XYZ 39.87 33.41 42.88 -
YUV 160.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 198 139 171 0 0.30 0.14 0.22 327.46 0.34 0.66
Hex C6 8B AB 0 1E E 16 147 22 42
Octal 306 213 253 0 36 16 26 507 42 102
Binary 11000110 10001011 10101011 0 11110 1110 10110 101000111 100010 1000010

Color Harmonies of #C68BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68BAB

Black with #C68BAB

Text Example


Text Example

White with #C68BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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