#C690BC

Color #C690BC Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C690BC

Tints of Lily #C690BC

Color information

#C690BC (or 0xC690BC) is unknown color: approx Lily. HEX triplet: C6, 90 and BC. RGB value is (198,144,188). Sum of RGB (Red+Green+Blue) = 198+144+188=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C690BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690BC is #396F43. Grayscale: #A5A5A5. Windows color (decimal): -3764036 or 12357830. OLE color: 12357830.

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

Color convert

RGB198144188-
CMYK00.270.050.22
HSL311.11º32.14%67.06%-
HSV(B)311.11º27.27%77.65%-
XYZ42.3435.5852.21-
YUV165.16140.89151.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.36%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=37.36%
G=27.17%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814418800.270.050.22311.1132.1467.06
HexC690BC01B5161372043
Octal30622027403352646740103
Binary110001101001000010111100011011101101101001101111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690BC; }

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

 H1.HeaderClassName
 {
   color: #C690BC;
 }
 .AnyTagClassName
 {
   color: #C690BC;
 }
</style>
background-color css

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

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

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

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

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

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