#C1C7B7

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

Shades of Tasman #C1C7B7

Tints of Tasman #C1C7B7

Color information

#C1C7B7 (or 0xC1C7B7) is unknown color: approx Tasman. HEX triplet: C1, C7 and B7. RGB value is (193,199,183). Sum of RGB (Red+Green+Blue) = 193+199+183=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C7B7 is #3E3848. Grayscale: #C3C3C3. Windows color (decimal): -4077641 or 12044225. OLE color: 12044225.

HSL color Cylindrical-coordinate representation of color #C1C7B7: hue angle of 82.5º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1C7B7 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB193199183-
CMYK0.0300.080.22
HSL82.5º12.5%74.9%-
HSV(B)82.5º8.04%78.04%-
XYZ50.9655.652.85-
YUV195.38121.01126.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.57%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 183 (71.88% from 255) = 31.83%
R=33.57%
G=34.61%
B=31.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931991830.0300.080.2282.512.574.9
HexC1C7B73081652d4b
Octal30130726730102612215113
Binary110000011100011110110111110100010110101001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C7B7; }

 p { color: rgb(193,199,183); }

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

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

 a { background-color: rgb(193,199,183); }

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

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

 span { border-color: rgb(193,199,183); }

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