#C2AE9B

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

Shades of Silk #C2AE9B

Tints of Silk #C2AE9B

Color information

#C2AE9B (or 0xC2AE9B) is unknown color: approx Silk. HEX triplet: C2, AE and 9B. RGB value is (194,174,155). Sum of RGB (Red+Green+Blue) = 194+174+155=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AE9B is #3D5164. Grayscale: #B1B1B1. Windows color (decimal): -4018533 or 10202818. OLE color: 10202818.

HSL color Cylindrical-coordinate representation of color #C2AE9B: hue angle of 29.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2AE9B is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB194174155-
CMYK00.100.200.24
HSL29.23º24.22%68.43%-
HSV(B)29.23º20.1%76.08%-
XYZ43.344.1137.24-
YUV177.81115.13139.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 155 (60.94% from 255) = 29.64%
R=37.09%
G=33.27%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417415500.100.200.2429.2324.2268.43
HexC2AE9B0A14181d1844
Octal30225623301224303530104
Binary11000010101011101001101101010101001100011101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AE9B; }

 p { color: rgb(194,174,155); }

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

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

 a { background-color: rgb(194,174,155); }

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

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

 span { border-color: rgb(194,174,155); }

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