#C6BDBB

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

Shades of Cold Turkey #C6BDBB

Tints of Cold Turkey #C6BDBB

Color information

#C6BDBB (or 0xC6BDBB) is unknown color: approx Cold Turkey. HEX triplet: C6, BD and BB. RGB value is (198,189,187). Sum of RGB (Red+Green+Blue) = 198+189+187=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDBB is #394244. Grayscale: #BFBFBF. Windows color (decimal): -3752517 or 12303814. OLE color: 12303814.

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

Color convert

RGB198189187-
CMYK00.050.060.22
HSL10.91º8.8%75.49%-
HSV(B)10.91º5.56%77.65%-
XYZ50.4651.9954.39-
YUV191.46125.48132.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.49%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=34.49%
G=32.93%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818918700.050.060.2210.918.875.49
HexC6BDBB05616b94b
Octal306275273056261311113
Binary110001101011110110111011010111010110101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDBB; }

 p { color: rgb(198,189,187); }

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

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

 a { background-color: rgb(198,189,187); }

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

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

 span { border-color: rgb(198,189,187); }

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