#C4B1A5

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

Shades of Tide #C4B1A5

Tints of Tide #C4B1A5

Color information

#C4B1A5 (or 0xC4B1A5) is unknown color: approx Tide. HEX triplet: C4, B1 and A5. RGB value is (196,177,165). Sum of RGB (Red+Green+Blue) = 196+177+165=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B1A5 is #3B4E5A. Grayscale: #B5B5B5. Windows color (decimal): -3886683 or 10858948. OLE color: 10858948.

HSL color Cylindrical-coordinate representation of color #C4B1A5: hue angle of 23.23º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4B1A5 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB196177165-
CMYK00.100.160.23
HSL23.23º20.81%70.78%-
HSV(B)23.23º15.82%76.86%-
XYZ45.2845.942.07-
YUV181.31118.79138.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.43%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 165 (64.84% from 255) = 30.67%
R=36.43%
G=32.90%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617716500.100.160.2323.2320.8170.78
HexC4B1A50A1017171547
Octal30426124501220272725107
Binary11000100101100011010010101010100001011110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1A5; }

 p { color: rgb(196,177,165); }

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

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

 a { background-color: rgb(196,177,165); }

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

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

 span { border-color: rgb(196,177,165); }

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