#C38CAB

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

Shades of Lily #C38CAB

Tints of Lily #C38CAB

Color information

#C38CAB (or 0xC38CAB) is unknown color: approx Lily. HEX triplet: C3, 8C and AB. RGB value is (195,140,171). Sum of RGB (Red+Green+Blue) = 195+140+171=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38CAB is #3C7354. Grayscale: #9F9F9F. Windows color (decimal): -3961685 or 11242691. OLE color: 11242691.

HSL color Cylindrical-coordinate representation of color #C38CAB: hue angle of 326.18º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38CAB is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195140171-
CMYK00.280.120.24
HSL326.18º31.43%65.69%-
HSV(B)326.18º28.21%76.47%-
XYZ39.2333.342.89-
YUV159.98134.22152.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=38.54%
G=27.67%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514017100.280.120.24326.1831.4365.69
HexC38CAB01CC181461f42
Octal303214253034143050637102
Binary110000111000110010101011011100110011000101000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CAB; }

 p { color: rgb(195,140,171); }

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

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

 a { background-color: rgb(195,140,171); }

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

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

 span { border-color: rgb(195,140,171); }

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