#C38BAA

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

Shades of Lily #C38BAA

Tints of Lily #C38BAA

Color information

#C38BAA (or 0xC38BAA) is unknown color: approx Lily. HEX triplet: C3, 8B and AA. RGB value is (195,139,170). Sum of RGB (Red+Green+Blue) = 195+139+170=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BAA is #3C7455. Grayscale: #9F9F9F. Windows color (decimal): -3961942 or 11176899. OLE color: 11176899.

HSL color Cylindrical-coordinate representation of color #C38BAA: hue angle of 326.79º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38BAA is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195139170-
CMYK00.290.130.24
HSL326.79º31.82%65.49%-
HSV(B)326.79º28.72%76.47%-
XYZ38.9932.9742.34-
YUV159.28134.05153.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 139 (54.69% from 255) = 27.58%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=38.69%
G=27.58%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513917000.290.130.24326.7931.8265.49
HexC38BAA01DD181472041
Octal303213252035153050740101
Binary1100001110001011101010100111011101110001010001111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BAA; }

 p { color: rgb(195,139,170); }

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

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

 a { background-color: rgb(195,139,170); }

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

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

 span { border-color: rgb(195,139,170); }

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