Html Css Color HEX #C7BBAF Tide

📋 copy color: '#C7BBAF'

red 199 ◦ green 187 ◦ blue 175

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

Shades of Tide #C7BBAF

Tints of Tide #C7BBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.19%

R = 35.47%
G = 33.33%
B = 31.19%

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

#C7BBAF (or 0xC7BBAF) is known color: Tide. HEX triplet: C7, BB and AF. RGB value is (199,187,175). Sum of RGB (Red+Green+Blue) = 199+187+175=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BBAF is #384450. Grayscale: #BDBDBD. Windows color (decimal): -3687505 or 11516871. OLE color: 11516871.

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

Color convert

RGB 199 187 175 -
CMYK 0 0.06 0.12 0.22
HSL 30º 0.18% 0.73% -
HSV(B) 30º 0.12% 0.78% -
XYZ 49.06 50.78 47.77 -
YUV 189.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 199 187 175 0 0.06 0.12 0.22 30 0.18 0.73
Hex C7 BB AF 0 6 C 16 1E 12 49
Octal 307 273 257 0 6 14 26 36 22 111
Binary 11000111 10111011 10101111 0 110 1100 10110 11110 10010 1001001

Color Harmonies of #C7BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBAF

Black with #C7BBAF

Text Example


Text Example

White with #C7BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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