Html Css Color HEX #C3AD98 Silk

📋 copy color: '#C3AD98'

red 195 ◦ green 173 ◦ blue 152

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

Shades of Silk #C3AD98

Tints of Silk #C3AD98

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.27%

 BLUE value IS 152 (59.77% from 255) = 29.23%

R = 37.5%
G = 33.27%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C3AD98 (or 0xC3AD98) is known color: Silk. HEX triplet: C3, AD and 98. RGB value is (195,173,152). Sum of RGB (Red+Green+Blue) = 195+173+152=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD98 is #3C5267. Grayscale: #B1B1B1. Windows color (decimal): -3953256 or 10005955. OLE color: 10005955.

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

Color convert

RGB 195 173 152 -
CMYK 0 0.11 0.22 0.24
HSL 29.3º 0.26% 0.68% -
HSV(B) 29.3º 0.22% 0.76% -
XYZ 43.12 43.76 35.88 -
YUV 177.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 195 173 152 0 0.11 0.22 0.24 29.3 0.26 0.68
Hex C3 AD 98 0 B 16 18 1D 1A 44
Octal 303 255 230 0 13 26 30 35 32 104
Binary 11000011 10101101 10011000 0 1011 10110 11000 11101 11010 1000100

Color Harmonies of #C3AD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD98

Black with #C3AD98

Text Example


Text Example

White with #C3AD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD98; }

 p { color: rgb(195,173,152); }

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

background-color css

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

 a { background-color: rgb(195,173,152); }

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

border-color css

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

 span { border-color: rgb(195,173,152); }

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