Html Css Color HEX #C7BBB0 Tide

📋 copy color: '#C7BBB0'

red 199 ◦ green 187 ◦ blue 176

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

Shades of Tide #C7BBB0

Tints of Tide #C7BBB0

RGB

 RED value IS 199 (78.13% from 255) = 35.41%

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

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

R = 35.41%
G = 33.27%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C7BBB0 (or 0xC7BBB0) is known color: Tide. HEX triplet: C7, BB and B0. RGB value is (199,187,176). Sum of RGB (Red+Green+Blue) = 199+187+176=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BBB0 is #38444F. Grayscale: #BDBDBD. Windows color (decimal): -3687504 or 11582407. OLE color: 11582407.

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

Color convert

RGB 199 187 176 -
CMYK 0 0.06 0.12 0.22
HSL 28.7º 0.17% 0.74% -
HSV(B) 28.7º 0.12% 0.78% -
XYZ 49.16 50.82 48.29 -
YUV 189.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 199 187 176 0 0.06 0.12 0.22 28.7 0.17 0.74
Hex C7 BB B0 0 6 C 16 1D 11 4A
Octal 307 273 260 0 6 14 26 35 21 112
Binary 11000111 10111011 10110000 0 110 1100 10110 11101 10001 1001010

Color Harmonies of #C7BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBB0

Black with #C7BBB0

Text Example


Text Example

White with #C7BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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