#C2B9B7

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

Shades of Cold Turkey #C2B9B7

Tints of Cold Turkey #C2B9B7

Color information

#C2B9B7 (or 0xC2B9B7) is unknown color: approx Cold Turkey. HEX triplet: C2, B9 and B7. RGB value is (194,185,183). Sum of RGB (Red+Green+Blue) = 194+185+183=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B9B7 is #3D4648. Grayscale: #BBBBBB. Windows color (decimal): -4015689 or 12040642. OLE color: 12040642.

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

Color convert

RGB194185183-
CMYK00.050.060.24
HSL10.91º8.27%73.92%-
HSV(B)10.91º5.67%76.08%-
XYZ48.1449.5951.83-
YUV187.46125.48132.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=34.52%
G=32.92%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418518300.050.060.2410.918.2773.92
HexC2B9B705618b84a
Octal302271267056301310112
Binary110000101011100110110111010111011000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B9B7; }

 p { color: rgb(194,185,183); }

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

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

 a { background-color: rgb(194,185,183); }

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

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

 span { border-color: rgb(194,185,183); }

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