#C38AAA

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

Shades of Lily #C38AAA

Tints of Lily #C38AAA

Color information

#C38AAA (or 0xC38AAA) is unknown color: approx Lily. HEX triplet: C3, 8A and AA. RGB value is (195,138,170). Sum of RGB (Red+Green+Blue) = 195+138+170=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38AAA is #3C7555. Grayscale: #9E9E9E. Windows color (decimal): -3962198 or 11176643. OLE color: 11176643.

HSL color Cylindrical-coordinate representation of color #C38AAA: hue angle of 326.32º 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 #C38AAA is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195138170-
CMYK00.290.130.24
HSL326.32º32.2%65.29%-
HSV(B)326.32º29.23%76.47%-
XYZ38.8532.6842.29-
YUV158.69134.38153.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=38.77%
G=27.44%
B=33.80%

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
Decimal19513817000.290.130.24326.3232.265.29
HexC38AAA01DD181462041
Octal303212252035153050640101
Binary1100001110001010101010100111011101110001010001101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AAA; }

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

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

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

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

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

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

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

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