#C3AE9E

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

Shades of Silk #C3AE9E

Tints of Silk #C3AE9E

Color information

#C3AE9E (or 0xC3AE9E) is unknown color: approx Silk. HEX triplet: C3, AE and 9E. RGB value is (195,174,158). Sum of RGB (Red+Green+Blue) = 195+174+158=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AE9E is #3C5161. Grayscale: #B2B2B2. Windows color (decimal): -3952994 or 10399427. OLE color: 10399427.

HSL color Cylindrical-coordinate representation of color #C3AE9E: hue angle of 25.95º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3AE9E is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB195174158-
CMYK00.110.190.24
HSL25.95º23.57%69.22%-
HSV(B)25.95º18.97%76.47%-
XYZ43.8144.3438.6-
YUV178.46116.46139.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 158 (62.11% from 255) = 29.98%
R=37.00%
G=33.02%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517415800.110.190.2425.9523.5769.22
HexC3AE9E0B13181a1845
Octal30325623601323303230105
Binary11000011101011101001111001011100111100011010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE9E; }

 p { color: rgb(195,174,158); }

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

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

 a { background-color: rgb(195,174,158); }

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

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

 span { border-color: rgb(195,174,158); }

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