#C1C4BC

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

Shades of Tasman #C1C4BC

Tints of Tasman #C1C4BC

Color information

#C1C4BC (or 0xC1C4BC) is unknown color: approx Tasman. HEX triplet: C1, C4 and BC. RGB value is (193,196,188). Sum of RGB (Red+Green+Blue) = 193+196+188=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C4BC is #3E3B43. Grayscale: #C2C2C2. Windows color (decimal): -4078404 or 12371137. OLE color: 12371137.

HSL color Cylindrical-coordinate representation of color #C1C4BC: hue angle of 82.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1C4BC is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB193196188-
CMYK0.0200.040.23
HSL82.5º6.35%75.29%-
HSV(B)82.5º4.08%76.86%-
XYZ50.8154.4555.41-
YUV194.19124.51127.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.45%
GREEN value IS 196 (76.95% from 255) = 33.97%
BLUE value IS 188 (73.83% from 255) = 32.58%
R=33.45%
G=33.97%
B=32.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931961880.0200.040.2382.56.3575.29
HexC1C4BC204175264b
Octal301304274204271226113
Binary1100000111000100101111001001001011110100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C4BC; }

 p { color: rgb(193,196,188); }

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

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

 a { background-color: rgb(193,196,188); }

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

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

 span { border-color: rgb(193,196,188); }

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