Html Css Color HEX #C692AD Lily

📋 copy color: '#C692AD'

red 198 ◦ green 146 ◦ blue 173

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

Shades of Lily #C692AD

Tints of Lily #C692AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.24%

 BLUE value IS 173 (67.97% from 255) = 33.46%

R = 38.3%
G = 28.24%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C692AD (or 0xC692AD) is known color: Lily. HEX triplet: C6, 92 and AD. RGB value is (198,146,173). Sum of RGB (Red+Green+Blue) = 198+146+173=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C692AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C692AD is #396D52. Grayscale: #A4A4A4. Windows color (decimal): -3763539 or 11375302. OLE color: 11375302.

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

Color convert

RGB 198 146 173 -
CMYK 0 0.26 0.13 0.22
HSL 328.85º 0.31% 0.67% -
HSV(B) 328.85º 0.26% 0.78% -
XYZ 41.11 35.58 44.24 -
YUV 164.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 198 146 173 0 0.26 0.13 0.22 328.85 0.31 0.67
Hex C6 92 AD 0 1A D 16 149 1F 43
Octal 306 222 255 0 32 15 26 511 37 103
Binary 11000110 10010010 10101101 0 11010 1101 10110 101001001 11111 1000011

Color Harmonies of #C692AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692AD

Black with #C692AD

Text Example


Text Example

White with #C692AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692AD; }

 p { color: rgb(198,146,173); }

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

background-color css

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

 a { background-color: rgb(198,146,173); }

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

border-color css

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

 span { border-color: rgb(198,146,173); }

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