Html Css Color HEX #C2A997 Silk

📋 copy color: '#C2A997'

red 194 ◦ green 169 ◦ blue 151

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

Shades of Silk #C2A997

Tints of Silk #C2A997

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.88%

 BLUE value IS 151 (59.38% from 255) = 29.38%

R = 37.74%
G = 32.88%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C2A997 (or 0xC2A997) is known color: Silk. HEX triplet: C2, A9 and 97. RGB value is (194,169,151). Sum of RGB (Red+Green+Blue) = 194+169+151=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A997 is #3D5668. Grayscale: #AEAEAE. Windows color (decimal): -4019817 or 9939394. OLE color: 9939394.

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

Color convert

RGB 194 169 151 -
CMYK 0 0.13 0.22 0.24
HSL 25.12º 0.26% 0.68% -
HSV(B) 25.12º 0.22% 0.76% -
XYZ 42.02 42.08 35.19 -
YUV 174.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 194 169 151 0 0.13 0.22 0.24 25.12 0.26 0.68
Hex C2 A9 97 0 D 16 18 19 1A 44
Octal 302 251 227 0 15 26 30 31 32 104
Binary 11000010 10101001 10010111 0 1101 10110 11000 11001 11010 1000100

Color Harmonies of #C2A997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A997

Black with #C2A997

Text Example


Text Example

White with #C2A997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A997; }

 p { color: rgb(194,169,151); }

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

background-color css

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

 a { background-color: rgb(194,169,151); }

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

border-color css

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

 span { border-color: rgb(194,169,151); }

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