Html Css Color HEX #C68CAB Lily

📋 copy color: '#C68CAB'

red 198 ◦ green 140 ◦ blue 171

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

Shades of Lily #C68CAB

Tints of Lily #C68CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.5%

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

R = 38.9%
G = 27.5%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C68CAB (or 0xC68CAB) is known color: Lily. HEX triplet: C6, 8C and AB. RGB value is (198,140,171). Sum of RGB (Red+Green+Blue) = 198+140+171=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68CAB is #397354. Grayscale: #A0A0A0. Windows color (decimal): -3765077 or 11242694. OLE color: 11242694.

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

Color convert

RGB 198 140 171 -
CMYK 0 0.29 0.14 0.22
HSL 327.93º 0.34% 0.66% -
HSV(B) 327.93º 0.29% 0.78% -
XYZ 40.02 33.7 42.92 -
YUV 160.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 198 140 171 0 0.29 0.14 0.22 327.93 0.34 0.66
Hex C6 8C AB 0 1D E 16 148 22 42
Octal 306 214 253 0 35 16 26 510 42 102
Binary 11000110 10001100 10101011 0 11101 1110 10110 101001000 100010 1000010

Color Harmonies of #C68CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CAB

Black with #C68CAB

Text Example


Text Example

White with #C68CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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