Html Css Color HEX #C695BA Lily

📋 copy color: '#C695BA'

red 198 ◦ green 149 ◦ blue 186

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

Shades of Lily #C695BA

Tints of Lily #C695BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 37.15%
G = 27.95%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C695BA (or 0xC695BA) is known color: Lily. HEX triplet: C6, 95 and BA. RGB value is (198,149,186). Sum of RGB (Red+Green+Blue) = 198+149+186=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C695BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695BA is #396A45. Grayscale: #A7A7A7. Windows color (decimal): -3762758 or 12228038. OLE color: 12228038.

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

Color convert

RGB 198 149 186 -
CMYK 0 0.25 0.06 0.22
HSL 314.69º 0.3% 0.68% -
HSV(B) 314.69º 0.25% 0.78% -
XYZ 42.9 37.05 51.34 -
YUV 167.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 198 149 186 0 0.25 0.06 0.22 314.69 0.3 0.68
Hex C6 95 BA 0 19 6 16 13B 1E 44
Octal 306 225 272 0 31 6 26 473 36 104
Binary 11000110 10010101 10111010 0 11001 110 10110 100111011 11110 1000100

Color Harmonies of #C695BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695BA

Black with #C695BA

Text Example


Text Example

White with #C695BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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