Html Css Color HEX #C690AA Lily

📋 copy color: '#C690AA'

red 198 ◦ green 144 ◦ blue 170

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

Shades of Lily #C690AA

Tints of Lily #C690AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.2%

R = 38.67%
G = 28.13%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C690AA (or 0xC690AA) is known color: Lily. HEX triplet: C6, 90 and AA. RGB value is (198,144,170). Sum of RGB (Red+Green+Blue) = 198+144+170=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C690AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C690AA is #396F55. Grayscale: #A3A3A3. Windows color (decimal): -3764054 or 11178182. OLE color: 11178182.

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

Color convert

RGB 198 144 170 -
CMYK 0 0.27 0.14 0.22
HSL 331.11º 0.32% 0.67% -
HSV(B) 331.11º 0.27% 0.78% -
XYZ 40.52 34.85 42.62 -
YUV 163.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 198 144 170 0 0.27 0.14 0.22 331.11 0.32 0.67
Hex C6 90 AA 0 1B E 16 14B 20 43
Octal 306 220 252 0 33 16 26 513 40 103
Binary 11000110 10010000 10101010 0 11011 1110 10110 101001011 100000 1000011

Color Harmonies of #C690AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690AA

Black with #C690AA

Text Example


Text Example

White with #C690AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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