#c6b0ab

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

Shades of Cold Turkey #C6B0AB

Tints of Cold Turkey #C6B0AB

Color information

#C6B0AB (or 0xC6B0AB) is unknown color: approx Cold Turkey. HEX triplet: C6, B0 and AB. RGB value is (198,176,171). Sum of RGB (Red+Green+Blue) = 198+176+171=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B0AB is #394F54. Grayscale: #B6B6B6. Windows color (decimal): -3755861 or 11251910. OLE color: 11251910.

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

Color convert

RGB198176171-
CMYK00.110.140.22
HSL11.11º19.15%72.35%-
HSV(B)11.11º13.64%77.65%-
XYZ46.164644.97-
YUV182.01121.79139.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.33%
GREEN value IS 176 (69.14% from 255) = 32.29%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=36.33%
G=32.29%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817617100.110.140.2211.1119.1572.35
HexC6B0AB0BE16b1348
Octal30626025301316261323110
Binary110001101011000010101011010111110101101011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6b0ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6b0ab; }

 p { color: rgb(198,176,171); }

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

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

 a { background-color: rgb(198,176,171); }

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

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

 span { border-color: rgb(198,176,171); }

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