#CDBAB9

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

Shades of Cold Turkey #CDBAB9

Tints of Cold Turkey #CDBAB9

Color information

#CDBAB9 (or 0xCDBAB9) is unknown color: approx Cold Turkey. HEX triplet: CD, BA and B9. RGB value is (205,186,185). Sum of RGB (Red+Green+Blue) = 205+186+185=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAB9 is #324546. Grayscale: #BFBFBF. Windows color (decimal): -3294535 or 12171981. OLE color: 12171981.

HSL color Cylindrical-coordinate representation of color #CDBAB9: hue angle of 3º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDBAB9 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205186185-
CMYK00.090.100.20
HSL16.67%76.47%-
HSV(B)9.76%80.39%-
XYZ51.4951.653.14-
YUV191.57124.29137.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 185 (72.66% from 255) = 32.12%
R=35.59%
G=32.29%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518618500.090.100.20316.6776.47
HexCDBAB909A143114c
Octal3152722710111224321114
Binary1100110110111010101110010100110101010011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAB9; }

 p { color: rgb(205,186,185); }

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

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

 a { background-color: rgb(205,186,185); }

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

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

 span { border-color: rgb(205,186,185); }

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