Html Css Color HEX #C5B4A6 Tide

📋 copy color: '#C5B4A6'

red 197 ◦ green 180 ◦ blue 166

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

Shades of Tide #C5B4A6

Tints of Tide #C5B4A6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.15%

 BLUE value IS 166 (65.23% from 255) = 30.57%

R = 36.28%
G = 33.15%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C5B4A6 (or 0xC5B4A6) is known color: Tide. HEX triplet: C5, B4 and A6. RGB value is (197,180,166). Sum of RGB (Red+Green+Blue) = 197+180+166=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B4A6 is #3A4B59. Grayscale: #B7B7B7. Windows color (decimal): -3820378 or 10925253. OLE color: 10925253.

HSL color Cylindrical-coordinate representation of color #C5B4A6: hue angle of 27.1º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5B4A6 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 180 166 -
CMYK 0 0.09 0.16 0.23
HSL 27.1º 0.21% 0.71% -
HSV(B) 27.1º 0.16% 0.77% -
XYZ 46.23 47.27 42.76 -
YUV 183.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 197 180 166 0 0.09 0.16 0.23 27.1 0.21 0.71
Hex C5 B4 A6 0 9 10 17 1B 15 47
Octal 305 264 246 0 11 20 27 33 25 107
Binary 11000101 10110100 10100110 0 1001 10000 10111 11011 10101 1000111

Color Harmonies of #C5B4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B4A6

Black with #C5B4A6

Text Example


Text Example

White with #C5B4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B4A6; }

 p { color: rgb(197,180,166); }

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

background-color css

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

 a { background-color: rgb(197,180,166); }

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

border-color css

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

 span { border-color: rgb(197,180,166); }

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