Html Css Color HEX #C68CAA Lily

📋 copy color: '#C68CAA'

red 198 ◦ green 140 ◦ blue 170

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

Shades of Lily #C68CAA

Tints of Lily #C68CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.46%

R = 38.98%
G = 27.56%
B = 33.46%

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

#C68CAA (or 0xC68CAA) is known color: Lily. HEX triplet: C6, 8C and AA. RGB value is (198,140,170). Sum of RGB (Red+Green+Blue) = 198+140+170=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68CAA is #397355. Grayscale: #A0A0A0. Windows color (decimal): -3765078 or 11177158. OLE color: 11177158.

HSL color Cylindrical-coordinate representation of color #C68CAA: hue angle of 328.97º 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 #C68CAA is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 140 170 -
CMYK 0 0.29 0.14 0.22
HSL 328.97º 0.34% 0.66% -
HSV(B) 328.97º 0.29% 0.78% -
XYZ 39.92 33.66 42.42 -
YUV 160.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 198 140 170 0 0.29 0.14 0.22 328.97 0.34 0.66
Hex C6 8C AA 0 1D E 16 149 22 42
Octal 306 214 252 0 35 16 26 511 42 102
Binary 11000110 10001100 10101010 0 11101 1110 10110 101001001 100010 1000010

Color Harmonies of #C68CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CAA

Black with #C68CAA

Text Example


Text Example

White with #C68CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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