Html Css Color HEX #C68FAB Lily

📋 copy color: '#C68FAB'

red 198 ◦ green 143 ◦ blue 171

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

Shades of Lily #C68FAB

Tints of Lily #C68FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.93%

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

R = 38.67%
G = 27.93%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C68FAB (or 0xC68FAB) is known color: Lily. HEX triplet: C6, 8F and AB. RGB value is (198,143,171). Sum of RGB (Red+Green+Blue) = 198+143+171=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68FAB is #397054. Grayscale: #A2A2A2. Windows color (decimal): -3764309 or 11243462. OLE color: 11243462.

HSL color Cylindrical-coordinate representation of color #C68FAB: hue angle of 329.45º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68FAB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 143 171 -
CMYK 0 0.28 0.14 0.22
HSL 329.45º 0.33% 0.67% -
HSV(B) 329.45º 0.28% 0.78% -
XYZ 40.46 34.59 43.07 -
YUV 162.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 198 143 171 0 0.28 0.14 0.22 329.45 0.33 0.67
Hex C6 8F AB 0 1C E 16 149 21 43
Octal 306 217 253 0 34 16 26 511 41 103
Binary 11000110 10001111 10101011 0 11100 1110 10110 101001001 100001 1000011

Color Harmonies of #C68FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FAB

Black with #C68FAB

Text Example


Text Example

White with #C68FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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