#C690B3

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

Shades of Lily #C690B3

Tints of Lily #C690B3

Color information

#C690B3 (or 0xC690B3) is unknown color: approx Lily. HEX triplet: C6, 90 and B3. RGB value is (198,144,179). Sum of RGB (Red+Green+Blue) = 198+144+179=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C690B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690B3 is #396F4C. Grayscale: #A4A4A4. Windows color (decimal): -3764045 or 11768006. OLE color: 11768006.

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

Color convert

RGB198144179-
CMYK00.270.100.22
HSL321.11º32.14%67.06%-
HSV(B)321.11º27.27%77.65%-
XYZ41.435.2147.26-
YUV164.14136.39152.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 179 (70.31% from 255) = 34.36%
R=38.00%
G=27.64%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814417900.270.100.22321.1132.1467.06
HexC690B301BA161412043
Octal306220263033122650140103
Binary1100011010010000101100110110111010101101010000011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690B3; }

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

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

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

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

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

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

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

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