Html Css Color HEX #C6BBB1 Tide

📋 copy color: '#C6BBB1'

red 198 ◦ green 187 ◦ blue 177

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

Shades of Tide #C6BBB1

Tints of Tide #C6BBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.49%

R = 35.23%
G = 33.27%
B = 31.49%

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

#C6BBB1 (or 0xC6BBB1) is known color: Tide. HEX triplet: C6, BB and B1. RGB value is (198,187,177). Sum of RGB (Red+Green+Blue) = 198+187+177=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BBB1 is #39444E. Grayscale: #BDBDBD. Windows color (decimal): -3753039 or 11647942. OLE color: 11647942.

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

Color convert

RGB 198 187 177 -
CMYK 0 0.06 0.11 0.22
HSL 28.57º 0.16% 0.74% -
HSV(B) 28.57º 0.11% 0.78% -
XYZ 48.99 50.72 48.8 -
YUV 189.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 198 187 177 0 0.06 0.11 0.22 28.57 0.16 0.74
Hex C6 BB B1 0 6 B 16 1D 10 4A
Octal 306 273 261 0 6 13 26 35 20 112
Binary 11000110 10111011 10110001 0 110 1011 10110 11101 10000 1001010

Color Harmonies of #C6BBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBB1

Black with #C6BBB1

Text Example


Text Example

White with #C6BBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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