Html Css Color HEX #C4B5AD Tide

📋 copy color: '#C4B5AD'

red 196 ◦ green 181 ◦ blue 173

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

Shades of Tide #C4B5AD

Tints of Tide #C4B5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.91%

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

R = 35.64%
G = 32.91%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C4B5AD (or 0xC4B5AD) is known color: Tide. HEX triplet: C4, B5 and AD. RGB value is (196,181,173). Sum of RGB (Red+Green+Blue) = 196+181+173=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B5AD is #3B4A52. Grayscale: #B8B8B8. Windows color (decimal): -3885651 or 11384260. OLE color: 11384260.

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

Color convert

RGB 196 181 173 -
CMYK 0 0.08 0.12 0.23
HSL 20.87º 0.16% 0.72% -
HSV(B) 20.87º 0.12% 0.77% -
XYZ 46.83 47.8 46.29 -
YUV 184.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 196 181 173 0 0.08 0.12 0.23 20.87 0.16 0.72
Hex C4 B5 AD 0 8 C 17 15 10 48
Octal 304 265 255 0 10 14 27 25 20 110
Binary 11000100 10110101 10101101 0 1000 1100 10111 10101 10000 1001000

Color Harmonies of #C4B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B5AD

Black with #C4B5AD

Text Example


Text Example

White with #C4B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B5AD; }

 p { color: rgb(196,181,173); }

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

background-color css

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

 a { background-color: rgb(196,181,173); }

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

border-color css

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

 span { border-color: rgb(196,181,173); }

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