#C8BDBA

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

Shades of Cold Turkey #C8BDBA

Tints of Cold Turkey #C8BDBA

Color information

#C8BDBA (or 0xC8BDBA) is unknown color: approx Cold Turkey. HEX triplet: C8, BD and BA. RGB value is (200,189,186). Sum of RGB (Red+Green+Blue) = 200+189+186=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDBA is #374245. Grayscale: #BFBFBF. Windows color (decimal): -3621446 or 12238280. OLE color: 12238280.

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

Color convert

RGB200189186-
CMYK00.060.070.22
HSL12.86º11.29%75.69%-
HSV(B)12.86º7%78.43%-
XYZ50.8852.2253.85-
YUV191.95124.64133.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.78%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=34.78%
G=32.87%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018918600.060.070.2212.8611.2975.69
HexC8BDBA06716db4c
Octal310275272067261513114
Binary110010001011110110111010011011110110110110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDBA; }

 p { color: rgb(200,189,186); }

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

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

 a { background-color: rgb(200,189,186); }

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

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

 span { border-color: rgb(200,189,186); }

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