Html Css Color HEX #C5B0A0 Silk

📋 copy color: '#C5B0A0'

red 197 ◦ green 176 ◦ blue 160

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

Shades of Silk #C5B0A0

Tints of Silk #C5B0A0

RGB

 RED value IS 197 (77.34% from 255) = 36.96%

 GREEN value IS 176 (69.14% from 255) = 33.02%

 BLUE value IS 160 (62.89% from 255) = 30.02%

R = 36.96%
G = 33.02%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5B0A0 (or 0xC5B0A0) is known color: Silk. HEX triplet: C5, B0 and A0. RGB value is (197,176,160). Sum of RGB (Red+Green+Blue) = 197+176+160=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B0A0 is #3A4F5F. Grayscale: #B4B4B4. Windows color (decimal): -3821408 or 10531013. OLE color: 10531013.

HSL color Cylindrical-coordinate representation of color #C5B0A0: hue angle of 25.95º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5B0A0 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 160 -
CMYK 0 0.11 0.19 0.23
HSL 25.95º 0.24% 0.7% -
HSV(B) 25.95º 0.19% 0.77% -
XYZ 44.9 45.46 39.67 -
YUV 180.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 197 176 160 0 0.11 0.19 0.23 25.95 0.24 0.7
Hex C5 B0 A0 0 B 13 17 1A 18 46
Octal 305 260 240 0 13 23 27 32 30 106
Binary 11000101 10110000 10100000 0 1011 10011 10111 11010 11000 1000110

Color Harmonies of #C5B0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0A0

Black with #C5B0A0

Text Example


Text Example

White with #C5B0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0A0; }

 p { color: rgb(197,176,160); }

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

background-color css

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

 a { background-color: rgb(197,176,160); }

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

border-color css

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

 span { border-color: rgb(197,176,160); }

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