Html Css Color HEX #C2AF9D Silk

📋 copy color: '#C2AF9D'

red 194 ◦ green 175 ◦ blue 157

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

Shades of Silk #C2AF9D

Tints of Silk #C2AF9D

RGB

 RED value IS 194 (76.17% from 255) = 36.88%

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

 BLUE value IS 157 (61.72% from 255) = 29.85%

R = 36.88%
G = 33.27%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2AF9D (or 0xC2AF9D) is known color: Silk. HEX triplet: C2, AF and 9D. RGB value is (194,175,157). Sum of RGB (Red+Green+Blue) = 194+175+157=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF9D is #3D5062. Grayscale: #B2B2B2. Windows color (decimal): -4018275 or 10334146. OLE color: 10334146.

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

Color convert

RGB 194 175 157 -
CMYK 0 0.10 0.19 0.24
HSL 29.19º 0.23% 0.69% -
HSV(B) 29.19º 0.19% 0.76% -
XYZ 43.66 44.56 38.2 -
YUV 178.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 194 175 157 0 0.10 0.19 0.24 29.19 0.23 0.69
Hex C2 AF 9D 0 A 13 18 1D 17 45
Octal 302 257 235 0 12 23 30 35 27 105
Binary 11000010 10101111 10011101 0 1010 10011 11000 11101 10111 1000101

Color Harmonies of #C2AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF9D

Black with #C2AF9D

Text Example


Text Example

White with #C2AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF9D; }

 p { color: rgb(194,175,157); }

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

background-color css

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

 a { background-color: rgb(194,175,157); }

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

border-color css

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

 span { border-color: rgb(194,175,157); }

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