Html Css Color HEX #C1AF9C Silk

📋 copy color: '#C1AF9C'

red 193 ◦ green 175 ◦ blue 156

#C1AF9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silk #C1AF9C

Tints of Silk #C1AF9C

RGB

 RED value IS 193 (75.78% from 255) = 36.83%

 GREEN value IS 175 (68.75% from 255) = 33.4%

 BLUE value IS 156 (61.33% from 255) = 29.77%

R = 36.83%
G = 33.4%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1AF9C (or 0xC1AF9C) is known color: Silk. HEX triplet: C1, AF and 9C. RGB value is (193,175,156). Sum of RGB (Red+Green+Blue) = 193+175+156=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF9C is #3E5063. Grayscale: #B2B2B2. Windows color (decimal): -4083812 or 10268609. OLE color: 10268609.

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

Color convert

RGB 193 175 156 -
CMYK 0 0.09 0.19 0.24
HSL 30.81º 0.23% 0.68% -
HSV(B) 30.81º 0.19% 0.76% -
XYZ 43.32 44.4 37.74 -
YUV 178.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 193 175 156 0 0.09 0.19 0.24 30.81 0.23 0.68
Hex C1 AF 9C 0 9 13 18 1F 17 44
Octal 301 257 234 0 11 23 30 37 27 104
Binary 11000001 10101111 10011100 0 1001 10011 11000 11111 10111 1000100

Color Harmonies of #C1AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF9C

Black with #C1AF9C

Text Example


Text Example

White with #C1AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF9C; }

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

 H1.HeaderClassName
 {
   color: #C1AF9C;
 }
 .AnyTagClassName
 {
   color: #C1AF9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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