Html Css Color HEX #C3AA93 Silk

📋 copy color: '#C3AA93'

red 195 ◦ green 170 ◦ blue 147

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

Shades of Silk #C3AA93

Tints of Silk #C3AA93

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.2%

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 38.09%
G = 33.2%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C3AA93 (or 0xC3AA93) is known color: Silk. HEX triplet: C3, AA and 93. RGB value is (195,170,147). Sum of RGB (Red+Green+Blue) = 195+170+147=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA93 is #3C556C. Grayscale: #AEAEAE. Windows color (decimal): -3954029 or 9677507. OLE color: 9677507.

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

Color convert

RGB 195 170 147 -
CMYK 0 0.13 0.25 0.24
HSL 28.75º 0.29% 0.67% -
HSV(B) 28.75º 0.25% 0.76% -
XYZ 42.15 42.46 33.58 -
YUV 174.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 195 170 147 0 0.13 0.25 0.24 28.75 0.29 0.67
Hex C3 AA 93 0 D 19 18 1D 1D 43
Octal 303 252 223 0 15 31 30 35 35 103
Binary 11000011 10101010 10010011 0 1101 11001 11000 11101 11101 1000011

Color Harmonies of #C3AA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AA93

Black with #C3AA93

Text Example


Text Example

White with #C3AA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AA93; }

 p { color: rgb(195,170,147); }

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

background-color css

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

 a { background-color: rgb(195,170,147); }

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

border-color css

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

 span { border-color: rgb(195,170,147); }

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