Html Css Color HEX #C5B7AA Tide

📋 copy color: '#C5B7AA'

red 197 ◦ green 183 ◦ blue 170

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

Shades of Tide #C5B7AA

Tints of Tide #C5B7AA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.27%

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

R = 35.82%
G = 33.27%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5B7AA (or 0xC5B7AA) is known color: Tide. HEX triplet: C5, B7 and AA. RGB value is (197,183,170). Sum of RGB (Red+Green+Blue) = 197+183+170=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B7AA is #3A4855. Grayscale: #B9B9B9. Windows color (decimal): -3819606 or 11188165. OLE color: 11188165.

HSL color Cylindrical-coordinate representation of color #C5B7AA: hue angle of 28.89º 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 #C5B7AA is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 183 170 -
CMYK 0 0.07 0.14 0.23
HSL 28.89º 0.19% 0.72% -
HSV(B) 28.89º 0.14% 0.77% -
XYZ 47.22 48.64 44.93 -
YUV 185.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 197 183 170 0 0.07 0.14 0.23 28.89 0.19 0.72
Hex C5 B7 AA 0 7 E 17 1D 13 48
Octal 305 267 252 0 7 16 27 35 23 110
Binary 11000101 10110111 10101010 0 111 1110 10111 11101 10011 1001000

Color Harmonies of #C5B7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B7AA

Black with #C5B7AA

Text Example


Text Example

White with #C5B7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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