Html Css Color HEX #C1B3AD Tide

📋 copy color: '#C1B3AD'

red 193 ◦ green 179 ◦ blue 173

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

Shades of Tide #C1B3AD

Tints of Tide #C1B3AD

RGB

 RED value IS 193 (75.78% from 255) = 35.41%

 GREEN value IS 179 (70.31% from 255) = 32.84%

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

R = 35.41%
G = 32.84%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C1B3AD (or 0xC1B3AD) is known color: Tide. HEX triplet: C1, B3 and AD. RGB value is (193,179,173). Sum of RGB (Red+Green+Blue) = 193+179+173=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B3AD is #3E4C52. Grayscale: #B6B6B6. Windows color (decimal): -4082771 or 11383745. OLE color: 11383745.

HSL color Cylindrical-coordinate representation of color #C1B3AD: hue angle of 18º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1B3AD is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 179 173 -
CMYK 0 0.07 0.10 0.24
HSL 18º 0.14% 0.72% -
HSV(B) 18º 0.1% 0.76% -
XYZ 45.66 46.59 46.12 -
YUV 182.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 193 179 173 0 0.07 0.10 0.24 18 0.14 0.72
Hex C1 B3 AD 0 7 A 18 12 E 48
Octal 301 263 255 0 7 12 30 22 16 110
Binary 11000001 10110011 10101101 0 111 1010 11000 10010 1110 1001000

Color Harmonies of #C1B3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B3AD

Black with #C1B3AD

Text Example


Text Example

White with #C1B3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B3AD; }

 p { color: rgb(193,179,173); }

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

background-color css

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

 a { background-color: rgb(193,179,173); }

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

border-color css

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

 span { border-color: rgb(193,179,173); }

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