Html Css Color HEX #C7B8AF Tide

📋 copy color: '#C7B8AF'

red 199 ◦ green 184 ◦ blue 175

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

Shades of Tide #C7B8AF

Tints of Tide #C7B8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.97%

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

R = 35.66%
G = 32.97%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C7B8AF (or 0xC7B8AF) is known color: Tide. HEX triplet: C7, B8 and AF. RGB value is (199,184,175). Sum of RGB (Red+Green+Blue) = 199+184+175=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B8AF is #384750. Grayscale: #BBBBBB. Windows color (decimal): -3688273 or 11516103. OLE color: 11516103.

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

Color convert

RGB 199 184 175 -
CMYK 0 0.08 0.12 0.22
HSL 22.5º 0.18% 0.73% -
HSV(B) 22.5º 0.12% 0.78% -
XYZ 48.43 49.52 47.56 -
YUV 187.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 199 184 175 0 0.08 0.12 0.22 22.5 0.18 0.73
Hex C7 B8 AF 0 8 C 16 16 12 49
Octal 307 270 257 0 10 14 26 26 22 111
Binary 11000111 10111000 10101111 0 1000 1100 10110 10110 10010 1001001

Color Harmonies of #C7B8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B8AF

Black with #C7B8AF

Text Example


Text Example

White with #C7B8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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