Html Css Color HEX #C4B7AA Tide

📋 copy color: '#C4B7AA'

red 196 ◦ green 183 ◦ blue 170

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

Shades of Tide #C4B7AA

Tints of Tide #C4B7AA

RGB

 RED value IS 196 (76.95% from 255) = 35.7%

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

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

R = 35.7%
G = 33.33%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4B7AA (or 0xC4B7AA) is known color: Tide. HEX triplet: C4, B7 and AA. RGB value is (196,183,170). Sum of RGB (Red+Green+Blue) = 196+183+170=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B7AA is #3B4855. Grayscale: #B9B9B9. Windows color (decimal): -3885142 or 11188164. OLE color: 11188164.

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

Color convert

RGB 196 183 170 -
CMYK 0 0.07 0.13 0.23
HSL 30º 0.18% 0.72% -
HSV(B) 30º 0.13% 0.77% -
XYZ 46.95 48.51 44.92 -
YUV 185.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 196 183 170 0 0.07 0.13 0.23 30 0.18 0.72
Hex C4 B7 AA 0 7 D 17 1E 12 48
Octal 304 267 252 0 7 15 27 36 22 110
Binary 11000100 10110111 10101010 0 111 1101 10111 11110 10010 1001000

Color Harmonies of #C4B7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B7AA

Black with #C4B7AA

Text Example


Text Example

White with #C4B7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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