#C2CBB6

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

Shades of Tasman #C2CBB6

Tints of Tasman #C2CBB6

Color information

#C2CBB6 (or 0xC2CBB6) is unknown color: approx Tasman. HEX triplet: C2, CB and B6. RGB value is (194,203,182). Sum of RGB (Red+Green+Blue) = 194+203+182=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBB6 is #3D3449. Grayscale: #C5C5C5. Windows color (decimal): -4011082 or 11979714. OLE color: 11979714.

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

Color convert

RGB194203182-
CMYK0.0400.100.20
HSL85.71º16.8%75.49%-
HSV(B)85.71º10.34%79.61%-
XYZ52.0557.5652.62-
YUV197.91119.02125.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.51%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 182 (71.48% from 255) = 31.43%
R=33.51%
G=35.06%
B=31.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942031820.0400.100.2085.7116.875.49
HexC2CBB640A1456114b
Octal30231326640122412621113
Binary11000010110010111011011010001010101001010110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CBB6; }

 p { color: rgb(194,203,182); }

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

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

 a { background-color: rgb(194,203,182); }

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

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

 span { border-color: rgb(194,203,182); }

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