#C3B7B0

Color #C3B7B0 Tide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tide #C3B7B0

Tints of Tide #C3B7B0

Color information

#C3B7B0 (or 0xC3B7B0) is unknown color: approx Tide. HEX triplet: C3, B7 and B0. RGB value is (195,183,176). Sum of RGB (Red+Green+Blue) = 195+183+176=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B7B0 is #3C484F. Grayscale: #B9B9B9. Windows color (decimal): -3950672 or 11581379. OLE color: 11581379.

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

Color convert

RGB195183176-
CMYK00.060.100.24
HSL22.11º13.67%72.75%-
HSV(B)22.11º9.74%76.47%-
XYZ47.2848.647.96-
YUV185.79122.48134.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.20%
GREEN value IS 183 (71.88% from 255) = 33.03%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=35.20%
G=33.03%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518317600.060.100.2422.1113.6772.75
HexC3B7B006A1816e49
Octal3032672600612302616111
Binary11000011101101111011000001101010110001011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B7B0; }

 p { color: rgb(195,183,176); }

 H1.HeaderClassName
 {
   color: #C3B7B0;
 }
 .AnyTagClassName
 {
   color: #C3B7B0;
 }
</style>
background-color css

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

 a { background-color: rgb(195,183,176); }

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

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

 span { border-color: rgb(195,183,176); }

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