Html Css Color HEX #C690AB Lily

📋 copy color: '#C690AB'

red 198 ◦ green 144 ◦ blue 171

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

Shades of Lily #C690AB

Tints of Lily #C690AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 38.6%
G = 28.07%
B = 33.33%

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

#C690AB (or 0xC690AB) is known color: Lily. HEX triplet: C6, 90 and AB. RGB value is (198,144,171). Sum of RGB (Red+Green+Blue) = 198+144+171=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C690AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C690AB is #396F54. Grayscale: #A3A3A3. Windows color (decimal): -3764053 or 11243718. OLE color: 11243718.

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

Color convert

RGB 198 144 171 -
CMYK 0 0.27 0.14 0.22
HSL 330º 0.32% 0.67% -
HSV(B) 330º 0.27% 0.78% -
XYZ 40.61 34.89 43.12 -
YUV 163.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 198 144 171 0 0.27 0.14 0.22 330 0.32 0.67
Hex C6 90 AB 0 1B E 16 14A 20 43
Octal 306 220 253 0 33 16 26 512 40 103
Binary 11000110 10010000 10101011 0 11011 1110 10110 101001010 100000 1000011

Color Harmonies of #C690AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690AB

Black with #C690AB

Text Example


Text Example

White with #C690AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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