#C7B3AD

Color #C7B3AD Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #C7B3AD

Tints of Cold Turkey #C7B3AD

Color information

#C7B3AD (or 0xC7B3AD) is unknown color: approx Cold Turkey. HEX triplet: C7, B3 and AD. RGB value is (199,179,173). Sum of RGB (Red+Green+Blue) = 199+179+173=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B3AD is #384C52. Grayscale: #B8B8B8. Windows color (decimal): -3689555 or 11383751. OLE color: 11383751.

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

Color convert

RGB199179173-
CMYK00.100.130.22
HSL13.85º18.84%72.94%-
HSV(B)13.85º13.07%78.04%-
XYZ47.2247.446.2-
YUV184.3121.63138.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.12%
GREEN value IS 179 (70.31% from 255) = 32.49%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=36.12%
G=32.49%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917917300.100.130.2213.8518.8472.94
HexC7B3AD0AD16e1349
Octal30726325501215261623111
Binary110001111011001110101101010101101101101110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B3AD; }

 p { color: rgb(199,179,173); }

 H1.HeaderClassName
 {
   color: #C7B3AD;
 }
 .AnyTagClassName
 {
   color: #C7B3AD;
 }
</style>
background-color css

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

 a { background-color: rgb(199,179,173); }

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

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

 span { border-color: rgb(199,179,173); }

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