Html Css Color HEX #C2AD9F Silk

📋 copy color: '#C2AD9F'

red 194 ◦ green 173 ◦ blue 159

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

Shades of Silk #C2AD9F

Tints of Silk #C2AD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.23%

R = 36.88%
G = 32.89%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2AD9F (or 0xC2AD9F) is known color: Silk. HEX triplet: C2, AD and 9F. RGB value is (194,173,159). Sum of RGB (Red+Green+Blue) = 194+173+159=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD9F is #3D5260. Grayscale: #B1B1B1. Windows color (decimal): -4018785 or 10464706. OLE color: 10464706.

HSL color Cylindrical-coordinate representation of color #C2AD9F: hue angle of 24º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2AD9F is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 173 159 -
CMYK 0 0.11 0.18 0.24
HSL 24º 0.22% 0.69% -
HSV(B) 24º 0.18% 0.76% -
XYZ 43.45 43.86 38.98 -
YUV 177.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 194 173 159 0 0.11 0.18 0.24 24 0.22 0.69
Hex C2 AD 9F 0 B 12 18 18 16 45
Octal 302 255 237 0 13 22 30 30 26 105
Binary 11000010 10101101 10011111 0 1011 10010 11000 11000 10110 1000101

Color Harmonies of #C2AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD9F

Black with #C2AD9F

Text Example


Text Example

White with #C2AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD9F; }

 p { color: rgb(194,173,159); }

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

background-color css

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

 a { background-color: rgb(194,173,159); }

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

border-color css

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

 span { border-color: rgb(194,173,159); }

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