Html Css Color HEX #C7B6AD Tide

📋 copy color: '#C7B6AD'

red 199 ◦ green 182 ◦ blue 173

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

Shades of Tide #C7B6AD

Tints of Tide #C7B6AD

RGB

 RED value IS 199 (78.13% from 255) = 35.92%

 GREEN value IS 182 (71.48% from 255) = 32.85%

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 35.92%
G = 32.85%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C7B6AD (or 0xC7B6AD) is known color: Tide. HEX triplet: C7, B6 and AD. RGB value is (199,182,173). Sum of RGB (Red+Green+Blue) = 199+182+173=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B6AD is #384952. Grayscale: #BABABA. Windows color (decimal): -3688787 or 11384519. OLE color: 11384519.

HSL color Cylindrical-coordinate representation of color #C7B6AD: hue angle of 20.77º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7B6AD is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 182 173 -
CMYK 0 0.09 0.13 0.22
HSL 20.77º 0.19% 0.73% -
HSV(B) 20.77º 0.13% 0.78% -
XYZ 47.82 48.62 46.4 -
YUV 186.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 199 182 173 0 0.09 0.13 0.22 20.77 0.19 0.73
Hex C7 B6 AD 0 9 D 16 15 13 49
Octal 307 266 255 0 11 15 26 25 23 111
Binary 11000111 10110110 10101101 0 1001 1101 10110 10101 10011 1001001

Color Harmonies of #C7B6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B6AD

Black with #C7B6AD

Text Example


Text Example

White with #C7B6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B6AD; }

 p { color: rgb(199,182,173); }

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

background-color css

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

 a { background-color: rgb(199,182,173); }

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

border-color css

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

 span { border-color: rgb(199,182,173); }

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