#C1AF9B

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

Shades of Silk #C1AF9B

Tints of Silk #C1AF9B

Color information

#C1AF9B (or 0xC1AF9B) is unknown color: approx Silk. HEX triplet: C1, AF and 9B. RGB value is (193,175,155). Sum of RGB (Red+Green+Blue) = 193+175+155=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF9B is #3E5064. Grayscale: #B2B2B2. Windows color (decimal): -4083813 or 10203073. OLE color: 10203073.

HSL color Cylindrical-coordinate representation of color #C1AF9B: hue angle of 31.58º degrees, saturation: 0.23, 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 #C1AF9B is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB193175155-
CMYK00.090.200.24
HSL31.58º23.46%68.24%-
HSV(B)31.58º19.69%75.69%-
XYZ43.2444.3637.29-
YUV178.1114.96138.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.90%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 155 (60.94% from 255) = 29.64%
R=36.90%
G=33.46%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317515500.090.200.2431.5823.4668.24
HexC1AF9B091418201744
Octal30125723301124304027104
Binary110000011010111110011011010011010011000100000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF9B; }

 p { color: rgb(193,175,155); }

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

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

 a { background-color: rgb(193,175,155); }

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

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

 span { border-color: rgb(193,175,155); }

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