Html Css Color HEX #C692AA Lily

📋 copy color: '#C692AA'

red 198 ◦ green 146 ◦ blue 170

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

Shades of Lily #C692AA

Tints of Lily #C692AA

RGB

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

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

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

R = 38.52%
G = 28.4%
B = 33.07%

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

#C692AA (or 0xC692AA) is known color: Lily. HEX triplet: C6, 92 and AA. RGB value is (198,146,170). Sum of RGB (Red+Green+Blue) = 198+146+170=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C692AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C692AA is #396D55. Grayscale: #A4A4A4. Windows color (decimal): -3763542 or 11178694. OLE color: 11178694.

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

Color convert

RGB 198 146 170 -
CMYK 0 0.26 0.14 0.22
HSL 332.31º 0.31% 0.67% -
HSV(B) 332.31º 0.26% 0.78% -
XYZ 40.82 35.47 42.72 -
YUV 164.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 198 146 170 0 0.26 0.14 0.22 332.31 0.31 0.67
Hex C6 92 AA 0 1A E 16 14C 1F 43
Octal 306 222 252 0 32 16 26 514 37 103
Binary 11000110 10010010 10101010 0 11010 1110 10110 101001100 11111 1000011

Color Harmonies of #C692AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692AA

Black with #C692AA

Text Example


Text Example

White with #C692AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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