Html Css Color HEX #C6BBB0 Tide

📋 copy color: '#C6BBB0'

red 198 ◦ green 187 ◦ blue 176

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

Shades of Tide #C6BBB0

Tints of Tide #C6BBB0

RGB

 RED value IS 198 (77.73% from 255) = 35.29%

 GREEN value IS 187 (73.44% from 255) = 33.33%

 BLUE value IS 176 (69.14% from 255) = 31.37%

R = 35.29%
G = 33.33%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C6BBB0 (or 0xC6BBB0) is known color: Tide. HEX triplet: C6, BB and B0. RGB value is (198,187,176). Sum of RGB (Red+Green+Blue) = 198+187+176=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BBB0 is #39444F. Grayscale: #BDBDBD. Windows color (decimal): -3753040 or 11582406. OLE color: 11582406.

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

Color convert

RGB 198 187 176 -
CMYK 0 0.06 0.11 0.22
HSL 30º 0.16% 0.73% -
HSV(B) 30º 0.11% 0.78% -
XYZ 48.9 50.68 48.28 -
YUV 189.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 198 187 176 0 0.06 0.11 0.22 30 0.16 0.73
Hex C6 BB B0 0 6 B 16 1E 10 49
Octal 306 273 260 0 6 13 26 36 20 111
Binary 11000110 10111011 10110000 0 110 1011 10110 11110 10000 1001001

Color Harmonies of #C6BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBB0

Black with #C6BBB0

Text Example


Text Example

White with #C6BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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