Html Css Color HEX #C694AF Lily

📋 copy color: '#C694AF'

red 198 ◦ green 148 ◦ blue 175

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

Shades of Lily #C694AF

Tints of Lily #C694AF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.41%

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 38%
G = 28.41%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C694AF (or 0xC694AF) is known color: Lily. HEX triplet: C6, 94 and AF. RGB value is (198,148,175). Sum of RGB (Red+Green+Blue) = 198+148+175=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C694AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694AF is #396B50. Grayscale: #A5A5A5. Windows color (decimal): -3763025 or 11506886. OLE color: 11506886.

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

Color convert

RGB 198 148 175 -
CMYK 0 0.25 0.12 0.22
HSL 327.6º 0.3% 0.68% -
HSV(B) 327.6º 0.25% 0.78% -
XYZ 41.62 36.28 45.37 -
YUV 166.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 198 148 175 0 0.25 0.12 0.22 327.6 0.3 0.68
Hex C6 94 AF 0 19 C 16 148 1E 44
Octal 306 224 257 0 31 14 26 510 36 104
Binary 11000110 10010100 10101111 0 11001 1100 10110 101001000 11110 1000100

Color Harmonies of #C694AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694AF

Black with #C694AF

Text Example


Text Example

White with #C694AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694AF; }

 p { color: rgb(198,148,175); }

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

background-color css

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

 a { background-color: rgb(198,148,175); }

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

border-color css

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

 span { border-color: rgb(198,148,175); }

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