Html Css Color HEX #C4B8AB Tide

📋 copy color: '#C4B8AB'

red 196 ◦ green 184 ◦ blue 171

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

Shades of Tide #C4B8AB

Tints of Tide #C4B8AB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.39%

 BLUE value IS 171 (67.19% from 255) = 31.03%

R = 35.57%
G = 33.39%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4B8AB (or 0xC4B8AB) is known color: Tide. HEX triplet: C4, B8 and AB. RGB value is (196,184,171). Sum of RGB (Red+Green+Blue) = 196+184+171=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B8AB is #3B4754. Grayscale: #BABABA. Windows color (decimal): -3884885 or 11253956. OLE color: 11253956.

HSL color Cylindrical-coordinate representation of color #C4B8AB: hue angle of 31.2º degrees, saturation: 0.17, 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 #C4B8AB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 184 171 -
CMYK 0 0.06 0.13 0.23
HSL 31.2º 0.17% 0.72% -
HSV(B) 31.2º 0.13% 0.77% -
XYZ 47.26 48.96 45.49 -
YUV 186.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 196 184 171 0 0.06 0.13 0.23 31.2 0.17 0.72
Hex C4 B8 AB 0 6 D 17 1F 11 48
Octal 304 270 253 0 6 15 27 37 21 110
Binary 11000100 10111000 10101011 0 110 1101 10111 11111 10001 1001000

Color Harmonies of #C4B8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B8AB

Black with #C4B8AB

Text Example


Text Example

White with #C4B8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B8AB; }

 p { color: rgb(196,184,171); }

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

background-color css

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

 a { background-color: rgb(196,184,171); }

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

border-color css

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

 span { border-color: rgb(196,184,171); }

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