Html Css Color HEX #C7B9AF Tide

📋 copy color: '#C7B9AF'

red 199 ◦ green 185 ◦ blue 175

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

Shades of Tide #C7B9AF

Tints of Tide #C7B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.09%

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

R = 35.6%
G = 33.09%
B = 31.31%

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

#C7B9AF (or 0xC7B9AF) is known color: Tide. HEX triplet: C7, B9 and AF. RGB value is (199,185,175). Sum of RGB (Red+Green+Blue) = 199+185+175=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B9AF is #384650. Grayscale: #BCBCBC. Windows color (decimal): -3688017 or 11516359. OLE color: 11516359.

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

Color convert

RGB 199 185 175 -
CMYK 0 0.07 0.12 0.22
HSL 25º 0.18% 0.73% -
HSV(B) 25º 0.12% 0.78% -
XYZ 48.64 49.94 47.63 -
YUV 188.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 199 185 175 0 0.07 0.12 0.22 25 0.18 0.73
Hex C7 B9 AF 0 7 C 16 19 12 49
Octal 307 271 257 0 7 14 26 31 22 111
Binary 11000111 10111001 10101111 0 111 1100 10110 11001 10010 1001001

Color Harmonies of #C7B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B9AF

Black with #C7B9AF

Text Example


Text Example

White with #C7B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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