Html Css Color HEX #C695AB Lily

📋 copy color: '#C695AB'

red 198 ◦ green 149 ◦ blue 171

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

Shades of Lily #C695AB

Tints of Lily #C695AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.01%

R = 38.22%
G = 28.76%
B = 33.01%

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

#C695AB (or 0xC695AB) is known color: Lily. HEX triplet: C6, 95 and AB. RGB value is (198,149,171). Sum of RGB (Red+Green+Blue) = 198+149+171=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C695AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C695AB is #396A54. Grayscale: #A6A6A6. Windows color (decimal): -3762773 or 11244998. OLE color: 11244998.

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

Color convert

RGB 198 149 171 -
CMYK 0 0.25 0.14 0.22
HSL 333.06º 0.3% 0.68% -
HSV(B) 333.06º 0.25% 0.78% -
XYZ 41.39 36.44 43.38 -
YUV 166.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 198 149 171 0 0.25 0.14 0.22 333.06 0.3 0.68
Hex C6 95 AB 0 19 E 16 14D 1E 44
Octal 306 225 253 0 31 16 26 515 36 104
Binary 11000110 10010101 10101011 0 11001 1110 10110 101001101 11110 1000100

Color Harmonies of #C695AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695AB

Black with #C695AB

Text Example


Text Example

White with #C695AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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