#C6B9B8

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

Shades of Cold Turkey #C6B9B8

Tints of Cold Turkey #C6B9B8

Color information

#C6B9B8 (or 0xC6B9B8) is unknown color: approx Cold Turkey. HEX triplet: C6, B9 and B8. RGB value is (198,185,184). Sum of RGB (Red+Green+Blue) = 198+185+184=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B9B8 is #394647. Grayscale: #BCBCBC. Windows color (decimal): -3753544 or 12106182. OLE color: 12106182.

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

Color convert

RGB198185184-
CMYK00.070.070.22
HSL4.29º10.94%74.9%-
HSV(B)4.29º7.07%77.65%-
XYZ49.2950.1652.43-
YUV188.77125.31134.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 185 (72.66% from 255) = 32.63%
BLUE value IS 184 (72.27% from 255) = 32.45%
R=34.92%
G=32.63%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818518400.070.070.224.2910.9474.9
HexC6B9B8077164b4b
Octal30627127007726413113
Binary11000110101110011011100001111111011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B9B8; }

 p { color: rgb(198,185,184); }

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

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

 a { background-color: rgb(198,185,184); }

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

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

 span { border-color: rgb(198,185,184); }

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