Html Css Color HEX #C693AA Lily

📋 copy color: '#C693AA'

red 198 ◦ green 147 ◦ blue 170

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

Shades of Lily #C693AA

Tints of Lily #C693AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.54%

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

R = 38.45%
G = 28.54%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C693AA (or 0xC693AA) is known color: Lily. HEX triplet: C6, 93 and AA. RGB value is (198,147,170). Sum of RGB (Red+Green+Blue) = 198+147+170=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C693AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C693AA is #396C55. Grayscale: #A4A4A4. Windows color (decimal): -3763286 or 11178950. OLE color: 11178950.

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

Color convert

RGB 198 147 170 -
CMYK 0 0.26 0.14 0.22
HSL 332.94º 0.31% 0.68% -
HSV(B) 332.94º 0.26% 0.78% -
XYZ 40.98 35.78 42.78 -
YUV 164.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 198 147 170 0 0.26 0.14 0.22 332.94 0.31 0.68
Hex C6 93 AA 0 1A E 16 14D 1F 44
Octal 306 223 252 0 32 16 26 515 37 104
Binary 11000110 10010011 10101010 0 11010 1110 10110 101001101 11111 1000100

Color Harmonies of #C693AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693AA

Black with #C693AA

Text Example


Text Example

White with #C693AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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