Html Css Color HEX #C693BA Lily

📋 copy color: '#C693BA'

red 198 ◦ green 147 ◦ blue 186

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

Shades of Lily #C693BA

Tints of Lily #C693BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.68%

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

R = 37.29%
G = 27.68%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C693BA (or 0xC693BA) is known color: Lily. HEX triplet: C6, 93 and BA. RGB value is (198,147,186). Sum of RGB (Red+Green+Blue) = 198+147+186=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C693BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693BA is #396C45. Grayscale: #A6A6A6. Windows color (decimal): -3763270 or 12227526. OLE color: 12227526.

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

Color convert

RGB 198 147 186 -
CMYK 0 0.26 0.06 0.22
HSL 314.12º 0.31% 0.68% -
HSV(B) 314.12º 0.26% 0.78% -
XYZ 42.59 36.42 51.24 -
YUV 166.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 198 147 186 0 0.26 0.06 0.22 314.12 0.31 0.68
Hex C6 93 BA 0 1A 6 16 13A 1F 44
Octal 306 223 272 0 32 6 26 472 37 104
Binary 11000110 10010011 10111010 0 11010 110 10110 100111010 11111 1000100

Color Harmonies of #C693BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693BA

Black with #C693BA

Text Example


Text Example

White with #C693BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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