#C0B4AB

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

Shades of Tide #C0B4AB

Tints of Tide #C0B4AB

Color information

#C0B4AB (or 0xC0B4AB) is unknown color: approx Tide. HEX triplet: C0, B4 and AB. RGB value is (192,180,171). Sum of RGB (Red+Green+Blue) = 192+180+171=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B4AB is #3F4B54. Grayscale: #B6B6B6. Windows color (decimal): -4148053 or 11252928. OLE color: 11252928.

HSL color Cylindrical-coordinate representation of color #C0B4AB: hue angle of 25.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0B4AB is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB192180171-
CMYK00.060.110.25
HSL25.71º14.29%71.18%-
HSV(B)25.71º10.94%75.29%-
XYZ45.4146.7945.17-
YUV182.56121.48134.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.36%
GREEN value IS 180 (70.70% from 255) = 33.15%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=35.36%
G=33.15%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218017100.060.110.2525.7114.2971.18
HexC0B4AB06B191ae47
Octal3002642530613313216107
Binary11000000101101001010101101101011110011101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B4AB; }

 p { color: rgb(192,180,171); }

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

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

 a { background-color: rgb(192,180,171); }

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

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

 span { border-color: rgb(192,180,171); }

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