#C6CFBB

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

Shades of Tasman #C6CFBB

Tints of Tasman #C6CFBB

Color information

#C6CFBB (or 0xC6CFBB) is unknown color: approx Tasman. HEX triplet: C6, CF and BB. RGB value is (198,207,187). Sum of RGB (Red+Green+Blue) = 198+207+187=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFBB is #393044. Grayscale: #CACACA. Windows color (decimal): -3747909 or 12308422. OLE color: 12308422.

HSL color Cylindrical-coordinate representation of color #C6CFBB: hue angle of 87º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6CFBB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB198207187-
CMYK0.0400.100.19
HSL87º17.24%77.25%-
HSV(B)87º9.66%81.18%-
XYZ54.5760.2255.76-
YUV202.03119.52125.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.45%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=33.45%
G=34.97%
B=31.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982071870.0400.100.198717.2477.25
HexC6CFBB40A1357114d
Octal30631727340122312721115
Binary11000110110011111011101110001010100111010111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CFBB; }

 p { color: rgb(198,207,187); }

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

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

 a { background-color: rgb(198,207,187); }

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

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

 span { border-color: rgb(198,207,187); }

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