Html Css Color HEX #C2C6BA Tasman

📋 copy color: '#C2C6BA'

red 194 ◦ green 198 ◦ blue 186

#C2C6BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tasman #C2C6BA

Tints of Tasman #C2C6BA

RGB

 RED value IS 194 (76.17% from 255) = 33.56%

 GREEN value IS 198 (77.73% from 255) = 34.26%

 BLUE value IS 186 (73.05% from 255) = 32.18%

R = 33.56%
G = 34.26%
B = 32.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C2C6BA (or 0xC2C6BA) is known color: Tasman. HEX triplet: C2, C6 and BA. RGB value is (194,198,186). Sum of RGB (Red+Green+Blue) = 194+198+186=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6BA is #3D3945. Grayscale: #C3C3C3. Windows color (decimal): -4012358 or 12240578. OLE color: 12240578.

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

Color convert

RGB 194 198 186 -
CMYK 0.02 0 0.06 0.22
HSL 80º 0.1% 0.75% -
HSV(B) 80º 0.06% 0.78% -
XYZ 51.31 55.4 54.44 -
YUV 195.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 194 198 186 0.02 0 0.06 0.22 80 0.1 0.75
Hex C2 C6 BA 2 0 6 16 50 A 4B
Octal 302 306 272 2 0 6 26 120 12 113
Binary 11000010 11000110 10111010 10 0 110 10110 1010000 1010 1001011

Color Harmonies of #C2C6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C6BA

Black with #C2C6BA

Text Example


Text Example

White with #C2C6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C6BA; }

 p { color: rgb(194,198,186); }

 H1.HeaderClassName
 {
   color: #C2C6BA;
 }
 .AnyTagClassName
 {
   color: #C2C6BA;
 }
</style>

background-color css

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

 a { background-color: rgb(194,198,186); }

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

border-color css

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

 span { border-color: rgb(194,198,186); }

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