Html Css Color HEX #C2A999 Silk

📋 copy color: '#C2A999'

red 194 ◦ green 169 ◦ blue 153

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

Shades of Silk #C2A999

Tints of Silk #C2A999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.65%

R = 37.6%
G = 32.75%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2A999 (or 0xC2A999) is known color: Silk. HEX triplet: C2, A9 and 99. RGB value is (194,169,153). Sum of RGB (Red+Green+Blue) = 194+169+153=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A999 is #3D5666. Grayscale: #AEAEAE. Windows color (decimal): -4019815 or 10070466. OLE color: 10070466.

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

Color convert

RGB 194 169 153 -
CMYK 0 0.13 0.21 0.24
HSL 23.41º 0.25% 0.68% -
HSV(B) 23.41º 0.21% 0.76% -
XYZ 42.19 42.15 36.05 -
YUV 174.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 194 169 153 0 0.13 0.21 0.24 23.41 0.25 0.68
Hex C2 A9 99 0 D 15 18 17 19 44
Octal 302 251 231 0 15 25 30 27 31 104
Binary 11000010 10101001 10011001 0 1101 10101 11000 10111 11001 1000100

Color Harmonies of #C2A999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A999

Black with #C2A999

Text Example


Text Example

White with #C2A999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A999; }

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

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

background-color css

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

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

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

border-color css

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

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

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