#C3C7BD

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

Shades of Tasman #C3C7BD

Tints of Tasman #C3C7BD

Color information

#C3C7BD (or 0xC3C7BD) is unknown color: approx Tasman. HEX triplet: C3, C7 and BD. RGB value is (195,199,189). Sum of RGB (Red+Green+Blue) = 195+199+189=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C7BD is #3C3842. Grayscale: #C4C4C4. Windows color (decimal): -3946563 or 12437443. OLE color: 12437443.

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

Color convert

RGB195199189-
CMYK0.0200.050.22
HSL84º8.2%76.08%-
HSV(B)84º5.03%78.04%-
XYZ52.1156.1256.23-
YUV196.66123.67126.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 199 (78.12% from 255) = 34.13%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=33.45%
G=34.13%
B=32.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951991890.0200.050.22848.276.08
HexC3C7BD205165484c
Octal3033072752052612410114
Binary11000011110001111011110110010110110101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C7BD; }

 p { color: rgb(195,199,189); }

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

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

 a { background-color: rgb(195,199,189); }

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

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

 span { border-color: rgb(195,199,189); }

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