Html Css Color HEX #C5B6AA Tide

📋 copy color: '#C5B6AA'

red 197 ◦ green 182 ◦ blue 170

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

Shades of Tide #C5B6AA

Tints of Tide #C5B6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.97%

R = 35.88%
G = 33.15%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5B6AA (or 0xC5B6AA) is known color: Tide. HEX triplet: C5, B6 and AA. RGB value is (197,182,170). Sum of RGB (Red+Green+Blue) = 197+182+170=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B6AA is #3A4955. Grayscale: #B9B9B9. Windows color (decimal): -3819862 or 11187909. OLE color: 11187909.

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

Color convert

RGB 197 182 170 -
CMYK 0 0.08 0.14 0.23
HSL 26.67º 0.19% 0.72% -
HSV(B) 26.67º 0.14% 0.77% -
XYZ 47.01 48.23 44.86 -
YUV 185.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 197 182 170 0 0.08 0.14 0.23 26.67 0.19 0.72
Hex C5 B6 AA 0 8 E 17 1B 13 48
Octal 305 266 252 0 10 16 27 33 23 110
Binary 11000101 10110110 10101010 0 1000 1110 10111 11011 10011 1001000

Color Harmonies of #C5B6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B6AA

Black with #C5B6AA

Text Example


Text Example

White with #C5B6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B6AA; }

 p { color: rgb(197,182,170); }

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

background-color css

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

 a { background-color: rgb(197,182,170); }

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

border-color css

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

 span { border-color: rgb(197,182,170); }

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