Html Css Color HEX #C7BAAF Tide

📋 copy color: '#C7BAAF'

red 199 ◦ green 186 ◦ blue 175

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

Shades of Tide #C7BAAF

Tints of Tide #C7BAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.21%

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

R = 35.54%
G = 33.21%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C7BAAF (or 0xC7BAAF) is known color: Tide. HEX triplet: C7, BA and AF. RGB value is (199,186,175). Sum of RGB (Red+Green+Blue) = 199+186+175=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BAAF is #384550. Grayscale: #BCBCBC. Windows color (decimal): -3687761 or 11516615. OLE color: 11516615.

HSL color Cylindrical-coordinate representation of color #C7BAAF: hue angle of 27.5º 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 #C7BAAF is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 186 175 -
CMYK 0 0.07 0.12 0.22
HSL 27.5º 0.18% 0.73% -
HSV(B) 27.5º 0.12% 0.78% -
XYZ 48.85 50.36 47.7 -
YUV 188.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 199 186 175 0 0.07 0.12 0.22 27.5 0.18 0.73
Hex C7 BA AF 0 7 C 16 1C 12 49
Octal 307 272 257 0 7 14 26 34 22 111
Binary 11000111 10111010 10101111 0 111 1100 10110 11100 10010 1001001

Color Harmonies of #C7BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAAF

Black with #C7BAAF

Text Example


Text Example

White with #C7BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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