Html Css Color HEX #C690AE Lily

📋 copy color: '#C690AE'

red 198 ◦ green 144 ◦ blue 174

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

Shades of Lily #C690AE

Tints of Lily #C690AE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.91%

 BLUE value IS 174 (68.36% from 255) = 33.72%

R = 38.37%
G = 27.91%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C690AE (or 0xC690AE) is known color: Lily. HEX triplet: C6, 90 and AE. RGB value is (198,144,174). Sum of RGB (Red+Green+Blue) = 198+144+174=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C690AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C690AE is #396F51. Grayscale: #A3A3A3. Windows color (decimal): -3764050 or 11440326. OLE color: 11440326.

HSL color Cylindrical-coordinate representation of color #C690AE: hue angle of 326.67º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C690AE is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 144 174 -
CMYK 0 0.27 0.12 0.22
HSL 326.67º 0.32% 0.67% -
HSV(B) 326.67º 0.27% 0.78% -
XYZ 40.9 35.01 44.65 -
YUV 163.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 198 144 174 0 0.27 0.12 0.22 326.67 0.32 0.67
Hex C6 90 AE 0 1B C 16 147 20 43
Octal 306 220 256 0 33 14 26 507 40 103
Binary 11000110 10010000 10101110 0 11011 1100 10110 101000111 100000 1000011

Color Harmonies of #C690AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690AE

Black with #C690AE

Text Example


Text Example

White with #C690AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690AE; }

 p { color: rgb(198,144,174); }

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

background-color css

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

 a { background-color: rgb(198,144,174); }

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

border-color css

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

 span { border-color: rgb(198,144,174); }

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