#C3B7AB

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

Shades of Tide #C3B7AB

Tints of Tide #C3B7AB

Color information

#C3B7AB (or 0xC3B7AB) is unknown color: approx Tide. HEX triplet: C3, B7 and AB. RGB value is (195,183,171). Sum of RGB (Red+Green+Blue) = 195+183+171=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B7AB is #3C4854. Grayscale: #B9B9B9. Windows color (decimal): -3950677 or 11253699. OLE color: 11253699.

HSL color Cylindrical-coordinate representation of color #C3B7AB: hue angle of 30º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3B7AB is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195183171-
CMYK00.060.120.24
HSL30º16.67%71.76%-
HSV(B)30º12.31%76.47%-
XYZ46.7948.4145.41-
YUV185.22119.98134.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 183 (71.88% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=35.52%
G=33.33%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518317100.060.120.243016.6771.76
HexC3B7AB06C181e1148
Octal3032672530614303621110
Binary110000111011011110101011011011001100011110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B7AB; }

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

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

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

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

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

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

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

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