Html Css Color HEX #C0AD9D Silk

📋 copy color: '#C0AD9D'

red 192 ◦ green 173 ◦ blue 157

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

Shades of Silk #C0AD9D

Tints of Silk #C0AD9D

RGB

 RED value IS 192 (75.39% from 255) = 36.78%

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

 BLUE value IS 157 (61.72% from 255) = 30.08%

R = 36.78%
G = 33.14%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0AD9D (or 0xC0AD9D) is known color: Silk. HEX triplet: C0, AD and 9D. RGB value is (192,173,157). Sum of RGB (Red+Green+Blue) = 192+173+157=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD9D is #3F5262. Grayscale: #B0B0B0. Windows color (decimal): -4149859 or 10333632. OLE color: 10333632.

HSL color Cylindrical-coordinate representation of color #C0AD9D: hue angle of 27.43º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0AD9D is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 157 -
CMYK 0 0.10 0.18 0.25
HSL 27.43º 0.22% 0.68% -
HSV(B) 27.43º 0.18% 0.75% -
XYZ 42.77 43.53 38.05 -
YUV 176.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 192 173 157 0 0.10 0.18 0.25 27.43 0.22 0.68
Hex C0 AD 9D 0 A 12 19 1B 16 44
Octal 300 255 235 0 12 22 31 33 26 104
Binary 11000000 10101101 10011101 0 1010 10010 11001 11011 10110 1000100

Color Harmonies of #C0AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD9D

Black with #C0AD9D

Text Example


Text Example

White with #C0AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD9D; }

 p { color: rgb(192,173,157); }

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

background-color css

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

 a { background-color: rgb(192,173,157); }

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

border-color css

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

 span { border-color: rgb(192,173,157); }

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