Html Css Color HEX #C3A999 Silk

📋 copy color: '#C3A999'

red 195 ◦ green 169 ◦ blue 153

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

Shades of Silk #C3A999

Tints of Silk #C3A999

RGB

 RED value IS 195 (76.56% from 255) = 37.72%

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

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

R = 37.72%
G = 32.69%
B = 29.59%

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

#C3A999 (or 0xC3A999) is known color: Silk. HEX triplet: C3, A9 and 99. RGB value is (195,169,153). Sum of RGB (Red+Green+Blue) = 195+169+153=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A999 is #3C5666. Grayscale: #AFAFAF. Windows color (decimal): -3954279 or 10070467. OLE color: 10070467.

HSL color Cylindrical-coordinate representation of color #C3A999: hue angle of 22.86º 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 #C3A999 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 169 153 -
CMYK 0 0.13 0.22 0.24
HSL 22.86º 0.26% 0.68% -
HSV(B) 22.86º 0.22% 0.76% -
XYZ 42.44 42.28 36.06 -
YUV 174.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 195 169 153 0 0.13 0.22 0.24 22.86 0.26 0.68
Hex C3 A9 99 0 D 16 18 17 1A 44
Octal 303 251 231 0 15 26 30 27 32 104
Binary 11000011 10101001 10011001 0 1101 10110 11000 10111 11010 1000100

Color Harmonies of #C3A999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A999

Black with #C3A999

Text Example


Text Example

White with #C3A999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A999; }

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

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

background-color css

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

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

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

border-color css

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

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

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