Html Css Color HEX #C695AA Lily

📋 copy color: '#C695AA'

red 198 ◦ green 149 ◦ blue 170

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

Shades of Lily #C695AA

Tints of Lily #C695AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.82%

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

R = 38.3%
G = 28.82%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C695AA (or 0xC695AA) is known color: Lily. HEX triplet: C6, 95 and AA. RGB value is (198,149,170). Sum of RGB (Red+Green+Blue) = 198+149+170=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C695AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C695AA is #396A55. Grayscale: #A6A6A6. Windows color (decimal): -3762774 or 11179462. OLE color: 11179462.

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

Color convert

RGB 198 149 170 -
CMYK 0 0.25 0.14 0.22
HSL 334.29º 0.3% 0.68% -
HSV(B) 334.29º 0.25% 0.78% -
XYZ 41.29 36.4 42.88 -
YUV 166.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 198 149 170 0 0.25 0.14 0.22 334.29 0.3 0.68
Hex C6 95 AA 0 19 E 16 14E 1E 44
Octal 306 225 252 0 31 16 26 516 36 104
Binary 11000110 10010101 10101010 0 11001 1110 10110 101001110 11110 1000100

Color Harmonies of #C695AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695AA

Black with #C695AA

Text Example


Text Example

White with #C695AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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