#C3B2AA

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

Shades of Tide #C3B2AA

Tints of Tide #C3B2AA

Color information

#C3B2AA (or 0xC3B2AA) is unknown color: approx Tide. HEX triplet: C3, B2 and AA. RGB value is (195,178,170). Sum of RGB (Red+Green+Blue) = 195+178+170=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B2AA is #3C4D55. Grayscale: #B6B6B6. Windows color (decimal): -3951958 or 11186883. OLE color: 11186883.

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

Color convert

RGB195178170-
CMYK00.090.130.24
HSL19.2º17.24%71.57%-
HSV(B)19.2º12.82%76.47%-
XYZ45.6846.3544.57-
YUV182.17121.13137.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=35.91%
G=32.78%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517817000.090.130.2419.217.2471.57
HexC3B2AA09D18131148
Octal30326225201115302321110
Binary1100001110110010101010100100111011100010011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B2AA; }

 p { color: rgb(195,178,170); }

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

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

 a { background-color: rgb(195,178,170); }

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

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

 span { border-color: rgb(195,178,170); }

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